Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PrintScaling Enumeration

In This Topic
    PrintScaling Enumeration
    In This Topic
    (PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document.
    Syntax
    'Declaration
     
    Public Enum PrintScaling 
       Inherits System.Enum
    public enum PrintScaling : System.Enum 
    Members
    MemberDescription
    AppDefaultIndicates that applications should use the current print scaling.
    NoneIndicates that the print dialog should reflect no page scaling.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.PrintScaling

    See Also