Click or drag to resize

PageSetUserUnitSize Method

Sets the UserUnit value for a page.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetUserUnitSize(
	double unit_size
)

Parameters

unit_size
Type: SystemDouble
A positive number giving the size of default user space units, in multiples of 1/72 inch.
Remarks
This is a PDF 1.6 feature. See the implementation note 171 in PDF Reference for details.
See Also