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

PdfPageRenderingParameters.CreateWithResolution(Single) Method

Creates a new PdfPageRenderingParameters instance with the specified image DPI.

Namespace: DevExpress.Pdf

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