Skip to main content
All docs
V26.1
  • PrintScaleMode Enum

    Lists values that indicate how a document is scaled when printed.

    Namespace: DevExpress.Docs.Pdf.Printing

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

    Declaration

    public enum PrintScaleMode

    Members

    Name Description
    Fit

    The document is scaled to fit the page.

    ActualSize

    The document is printed without scaling.

    CustomScale

    The document is printed with a custom scale.

    Related API Members

    The following properties accept/return PrintScaleMode values:

    See Also