Skip to main content
All docs
V25.1
  • PdfPageRenderingParameters.CreateWithResolution(Single) Method

    Creates a new PdfPageRenderingParameters instance with the specified image DPI.

    Namespace: DevExpress.Pdf

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