Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Pad4 Property (CodecsStartDecompressOptions)








Gets or sets a value indicating whether to save the data padded to 4-byte boundary.
Syntax
public bool Pad4 {get; set;}
'Declaration
 
Public Property Pad4 As Boolean
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim value As Boolean
 
instance.Pad4 = value
 
value = instance.Pad4
public bool Pad4 {get; set;}
@property (nonatomic, assign) BOOL pad4
public boolean getPad4()
public void setPad4(boolean value)
            
 <br/>get_Pad4();<br/>set_Pad4(value);<br/>Object.defineProperty('Pad4'); 
public:
property bool Pad4 {
   bool get();
   void set (    bool value);
}

Property Value

true to save the data padded to 4-byte boundary; false, otherwise.
Remarks
This property is used when saving raw data only.
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

Error processing SSI file