Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ViewerPreferences Class / Duplex Property

In This Topic
    Duplex Property
    In This Topic
    Specifies the page scaling option to be selected when a print dialog is displayed for this document.
    Syntax
    'Declaration
     
    Public Property Duplex As System.Nullable(Of Duplex)
    public System.Nullable<Duplex> Duplex {get; set;}
    See Also