Skip to main content
All docs
V26.1
  • ImageExportOptions.Resolution Property

    Gets or sets the exported image resolution, in DPI. Default is 96 DPI.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float Resolution { get; set; }

    Property Value

    Type Description
    Single

    The resolution of exported images, in DPI.

    See Also