←Select platform

Pad4 Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool Pad4 { get; set; } 
Public Property Pad4 As Boolean 
@property (nonatomic, assign) BOOL pad4 
public boolean getPad4() 
public void setPad4(boolean value) 
public: 
property bool Pad4 { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly