Gets or sets the size of default user space units.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double UserUnit { get; set; }
VB
Public Property UserUnit As Double
Get
Set
Property Value
Type:
DoubleThe size of default user space units, in multiples of 1/72 inch. Must be positive.
Remarks
Default value: 1.
Changing the value of this property updates the value of the
Resolution property.
See Also