VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / Duplex Property
Syntax Remarks Requirements SeeAlso
    Duplex Property (PdfDocumentViewerPreferences)
    Gets or sets the paper handling option to use when printing the file from the print dialog.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property Duplex As System.String
    
    
     

    Property Value

    The following values are valid:
    • Simplex - Print single-sided
    • DuplexFlipShortEdge - Duplex and flip on the short edge of the sheet
    • DuplexFlipLongEdge - Duplex and flip on the long edge of the sheet
    Remarks

    This parameter is available since PDF 1.7.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also