Skip to main content

PdfPage.UserUnit Property

Indicates the size of default user space units, in multiples of 172 inch.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double UserUnit { get; }

Property Value

Type Description
Double

A Double value. The default value is 1.0 (user space unit is 172 inch).

Remarks

The range of supported values shall be implementation-dependent.

See Also