See Also Examples Applies To
Sets the measurment unit used by the "PDF Functions".
Syntax
object.PdfSetMeasurementUnits (nUnitValue)
The PdfSetMeasurementUnits syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nUnitValue |
Required. Long. 0: Point. 1 point = 1/72 inch. 1: millimeters. 2: Centimeters. 1 centimeter = 1/2.54 inch 3: Inch. 1 inch = 72 points. |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions