Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BottomMargin Property
See Also 
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : BottomMargin Property



Gets or sets the bottom margin used when saving TEXT images.

Syntax

Visual Basic (Declaration) 
Public Property BottomMargin As Double
Visual Basic (Usage)Copy Code
Dim instance As CodecsTxtLoadOptions
Dim value As Double
 
instance.BottomMargin = value
 
value = instance.BottomMargin
C# 
public double BottomMargin {get; set;}
C++/CLI 
public:
property double BottomMargin {
   double get();
   void set (double value);
}

Return Value

Value that represents the size in inches of the bottom margin used when saving TEXT images.

Example

For an example, refer to CodecsTxtOptions.

Remarks

Deprecated - No longer supported.. Use CodecsRasterizeDocumentLoadOptions.BottomMargin instead.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also