Visual Basic (Declaration) | |
---|---|
Public Property Pad4 As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsStartDecompressOptions Dim value As Boolean instance.Pad4 = value value = instance.Pad4 |
C# | |
---|---|
public bool Pad4 {get; set;} |
Property Value
true to save the data padded to 4-byte boundary, false otherwise.For an example, refer to RasterCodecs.StartDecompress.
This property is used when saving raw data only.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)