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

In This Topic
    NumCopies Property
    In This Topic
    (PDF 1.7) The number of copies to be printed when the print dialog is opened for this file. Supported values are the integers 2 through 5. Values outside this range are ignored.
    Syntax
    'Declaration
     
    Public Property NumCopies As System.Nullable(Of Integer)
    public System.Nullable<int> NumCopies {get; set;}
    See Also