LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Pad4 Property (CodecsRawSaveOptions)

Show in webframe







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;

            
 
get_Pad4();
set_Pad4(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.