Table of Contents

Property UserUnit

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

UserUnit

Gets or sets the size of default user space units.

public double UserUnit { get; set; }

Property Value

double

The 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.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type or is outside the allowable range of values.

ArgumentOutOfRangeException

value is less than or equal to 0.