ImageGear for .NET
Copies Property




Gets or sets the number of copies to print.
Syntax
'Declaration
 
Public Property Copies As Integer
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As Integer
 
instance.Copies = value
 
value = instance.Copies
public int Copies {get; set;}
public: __property int get_Copies();
public: __property void set_Copies( 
   int value
);
public:
property int Copies {
   int get();
   void set (    int value);
}

Property Value

Positive integer value.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback