Skip to main content

PdfRange(Double, Double) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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