VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / NumCopies Property
Syntax Remarks Requirements SeeAlso
In This Topic
    NumCopies Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets the number of copies to be printed when the print dialog is opened for this file.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property NumCopies As System.Int32
    
    
    [Browsable(False)]
    public System.Int32 NumCopies { get; set; }
    
    
    [Browsable(False)]
    public: __property System.Int32 get_NumCopies();
    public: __property void set_NumCopies(
    System.Int32 value
    );
    [Browsable(False)]
    public:
    property System.Int32 NumCopies { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Supported values are the integers 2 through 5. Values outside this range are ignored.
    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