←Select platform

Pad4 Property

Summary

Enables or disables padding the data to a multiple of 4.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Pad4 {get; set;} 
Public Property Pad4 As Boolean 
public bool Pad4 {get; set;} 
@property (nonatomic, assign) BOOL pad4 
public boolean isPad4() 
public void setPad4(boolean pad4) 
             
 <br/>get_Pad4();<br/>set_Pad4(value);<br/>Object.defineProperty('Pad4');  
public: 
property bool Pad4 { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save each line padded to a multiple of 4 bytes.

Example

For an example, refer to CodecsRawOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly