Skip to main content
All docs
V23.2

PdfPageRenderingParameters.CreateWithResolution(Single) Method

Creates a new PdfPageRenderingParameters instance with the specified image DPI.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public static PdfPageRenderingParameters CreateWithResolution(
    float dpi
)

Parameters

Name Type Description
dpi Single

An image DPI.

Returns

Type Description
PdfPageRenderingParameters

A new PdfPageRenderingParameters instance with the specified Dpi property.

See Also