Click or drag to resize

PageGetUserUnitSize Method

Gets the UserUnit value for the page. A UserUnit is a positive number giving the size of default user space units, in multiples of 1/72 inch.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double GetUserUnitSize()

Return Value

Type: Double
the UserUnit value for the page. If the key is not present in the page dictionary the default of 1.0 is returned.
See Also