LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Pad4 Property
See Also 
Leadtools.Codecs Namespace > CodecsRawSaveOptions Class : Pad4 Property



Enables or disables padding the data to a multiple of 4.

Syntax

Visual Basic (Declaration) 
Public Property Pad4 As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsRawSaveOptions
Dim value As Boolean
 
instance.Pad4 = value
 
value = instance.Pad4
C# 
public bool Pad4 {get; set;}
C++/CLI 
public:
property bool Pad4 {
   bool get();
   void set (    bool value);
}

Property Value

true to save each line padded to a multiple of 4 bytes.

Example

For an example, refer to CodecsRawOptions.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also