PdfViewerPreferencesCopiesToPrint Property |
Gets or sets the number of copies of the document to print. The value must be greater than 0.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int CopiesToPrint { get; set; }
Public Property CopiesToPrint As Integer
Get
Set
Property Value
Type:
Int32
The number of copies to print. Default is
1.
Remarks
This requires PDF version 1.7 or greater.
See Also