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



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

Syntax

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

Property Value

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

Example

For an example, refer to CodecsTxtOptions.

Remarks

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

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