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

    Lists values that indicate the print scaling mode in a PDF document.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum PrintScalingMode

    Members

    Name Description
    None

    No print scaling mode is applied.

    AppDefault

    The print scaling mode is the application default.

    Related API Members

    The following properties accept/return PrintScalingMode values:

    See Also