PdfPageRenderingParameters.CreateWithResolution(Single) Method
In This Article
Creates a new PdfPageRenderingParameters
instance with the specified image DPI.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.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 |
---|---|
Pdf |
A new |
See Also