ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / Copies Property




In This Topic
    Copies Property
    In This Topic
    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