Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsRasterizeDocumentLoadOptions Class : LeftMargin Property |
public double LeftMargin {get; set;}
'Declaration
Public Property LeftMargin As Double
'Usage
Dim instance As CodecsRasterizeDocumentLoadOptions Dim value As Double instance.LeftMargin = value value = instance.LeftMargin
public double LeftMargin {get; set;}
@property (nonatomic, assign) double leftMargin
public double getLeftMargin() public void setLeftMargin(double value)
<br/>get_LeftMargin();<br/>set_LeftMargin(value);<br/>Object.defineProperty('LeftMargin');
The values of the LeftMargin, TopMargin, RightMargin and BottomMargin are only used when loading RTF and TXT documents. They are not used when loading other document formats such as PDF, XPS, DOCX/DOC, PPTX/PPTX and XLSX/XLS.