 |
PageSetup
RightMargin Property
|
Gets or sets the right margin of the pages in the section.
Namespace: XsPDFDoc.DocumentObjectModel
Assembly: XsPDFDoc.DocumentObjectModel (in XsPDFDoc.DocumentObjectModel.dll) Version: 6.11.0.1333 (6.11.0.1333)
Syntax
public Unit RightMargin { get; set; }
Public Property RightMargin As Unit
Get
Set
public:
property Unit RightMargin {
Unit get ();
void set (Unit value);
}
member RightMargin : Unit with get, set
Property Value
Type:
Unit
See Also
-
-
-
-
-
-
-
-
-
-
-
-
-
-
MS Bar chart creating to PDF using PDF Library in my web application. Both pulling same data but different number of fields. When I do an Excel of PDF export, the last record on both the reports is written on a new page. What can be
-