Click or drag to resize

PdfPageUserUnit Property

(Optional; PDF 1.6) A positive number that shall give the size of default user space units, in multiples of 1/72 inch. The range of supported values shall be implementation-dependent. Default value: 1.0 (user space unit is 1/72 inch).

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public double UserUnit { get; set; }

Property Value

Double
A positive number that shall give the size of default user space units, in multiples of 1/72 inch.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is less than or equal to 0.
See Also