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

Show in webframe

Pad4 Property (CodecsRawSaveOptions)








Enables or disables padding the data to a multiple of 4.
Syntax
public bool Pad4 {get; set;}
'Declaration
 
Public Property Pad4 As Boolean
'Usage
 
Dim instance As CodecsRawSaveOptions
Dim value As Boolean
 
instance.Pad4 = value
 
value = instance.Pad4
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 value);
}

Property Value

true to save each line padded to a multiple of 4 bytes.
Example
For an example, refer to CodecsRawOptions.
Requirements

Target Platforms

See Also

Reference

CodecsRawSaveOptions Class
CodecsRawSaveOptions Members

Error processing SSI file