Skip to main content
All docs
V26.1
  • PrintOptions.Scale Property

    Gets or sets the scale factor for printing a PDF document.

    Namespace: DevExpress.Docs.Pdf.Printing

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

    Declaration

    public float Scale { get; set; }

    Property Value

    Type Description
    Single

    The print scale for the PDF document as a percentage.

    Remarks

    Set the PrintOptions.ScaleMode property to CustomScale to enable the Scale property and specify a custom scale factor.

    See Also