Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPage.UserUnit Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.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