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)
get_LeftMargin();
set_LeftMargin(value);
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, DOC/DOCX(2007/2010), PPT/PPTX(2007/2010) and XLS/XLSX(2007/2010).