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

PdfRange(Double, Double) Constructor

Initializes a new instance of the PdfRange class with the specified settings.

Namespace: DevExpress.Pdf

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

Declaration

public PdfRange(
    double min,
    double max
)

Parameters

Name Type Description
min Double

A Double value. This value is assigned to the PdfRange.Min property.

max Double

A Double value. This value is assigned to the PdfRange.Max property.

See Also