Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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;}
Managed Extensions for C++ 
public: __property bool get_Pad4();
public: __property void set_Pad4( 
   bool value
);
C++/CLI 
public:
property bool Pad4 {
   bool get();
   void set (bool value);
}

Return Value

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

Example

For an example, refer to CodecsRawOptions.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also