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 |
C# | |
---|
public bool Pad4 {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_Pad4();
public: __property void set_Pad4(
bool value
); |
Return Value
true if the data was padded to 4-byte boundary, false otherwise.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also