←Select platform

Pad4 Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool Pad4 {get; set;} 
Public Property Pad4 As Boolean 
@property (nonatomic, assign) BOOL pad4 
public boolean isPad4() 
public void setPad4(boolean 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly