See Also Examples Applies To
Sets the next pages margin of the native pdf created by the PdfNewPdfEx() function.
Syntax
object.PdfSetPageMargin (nMargin)
The PdfSetPageMargin syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nMargin | Required. Single. Page Margin in current unit defined by the PdfSetMeasurementUnits() function. |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions