Leadtools.Codecs Namespace > CodecsRasterizeDocumentLoadOptions Class : RightMargin Property |
public double RightMargin {get; set;}
'Declaration Public Property RightMargin As Double
'Usage Dim instance As CodecsRasterizeDocumentLoadOptions Dim value As Double instance.RightMargin = value value = instance.RightMargin
public double RightMargin {get; set;}
@property (nonatomic, assign) double rightMargin;
public double getRightMargin() public void setRightMargin(double value)
get_RightMargin();
set_RightMargin(value);
Object.defineProperty('RightMargin');
The value 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).