LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Pad4 Property (CodecsLoadInformationEventArgs)






Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary. .NET support WinRT support Silverlight support
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;}
 get_Pad4();
set_Pad4(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.