Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Pad4 Property
See Also 
Leadtools.Codecs Namespace > CodecsLoadInformationEventArgs Class : Pad4 Property



Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary.

Syntax

Visual Basic (Declaration) 
Public Property Pad4 As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadInformationEventArgs
Dim value As Boolean
 
instance.Pad4 = value
 
value = instance.Pad4
C# 
public bool Pad4 {get; set;}
C++/CLI 
public:
property bool Pad4 {
   bool get();
   void set (bool value);
}

Return Value

true if the data was padded to 4-byte boundary, false otherwise.

Example

For an example, refer to RasterCodecs.LoadInformation.

Remarks

This property is used when loading raw data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also