Skip to main content
A newer version of this page is available. .

PdfRange.Max Property

Gets the upper value to which the corresponding sample value in the image is mapped.

Namespace: DevExpress.Pdf

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

Declaration

public double Max { get; }

Property Value

Type Description
Double

A Double value that is the upper value to which the corresponding sample value in the image is mapped.

See Also