| 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;} | |
Property Value
true if the data was padded to 4-byte boundary, false otherwise.For an example, refer to RasterCodecs.LoadInformation.
This property is used when loading raw data.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code