←Select platform

RightMargin Property

Summary
Gets or sets the right margin value when rasterizing a document to a raster image.
Syntax
C#
VB
Objective-C
C++
Java
public double RightMargin { get; set; } 
Public Property RightMargin As Double 
@property (nonatomic, assign) double rightMargin 
public double getRightMargin() 
public void setRightMargin(double value) 
public: 
property double RightMargin { 
   double get(); 
   void set (    double ); 
} 

Property Value

A Double value that indicates the margin value in Unit to use when rasterizing a document to a raster image. Default value is 1.25 inches. The value of RightMargin must be greater than or equal to 0.

Remarks

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, DOCX/DOC, PPTX/PPT and XLSX/XLS.

Example

For an example, refer to CodecsRasterizeDocumentLoadOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.