LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Pad4 Property (CodecsLoadInformationEventArgs)

Show in webframe







Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary.
Syntax
public bool Pad4 {get; set;}
'Declaration
 
Public Property Pad4 As Boolean
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
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)
            
 
get_Pad4();
set_Pad4(value);
Object.defineProperty('Pad4');
public:
property bool Pad4 {
   bool get();
   void set (    bool value);
}

Property Value

true if the data was padded to 4-byte boundary; false, otherwise.
Remarks
This property is used when loading raw data.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


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