C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary.
public bool Pad4 { get; set; }
Public Property Pad4 As Boolean
public bool Pad4 {get; set;}
@property (nonatomic, assign) BOOL pad4
public boolean getPad4()
public void setPad4(boolean value)
<br/>get_Pad4();<br/>set_Pad4(value);<br/>Object.defineProperty('Pad4');
true if the data was padded to 4-byte boundary; false, otherwise.
This property is used when loading raw data.
For an example, refer to RasterCodecs.LoadInformation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET