PrintJobSettings.addTrayPageCopy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
addTrayPageCopy(Int32, Int32) | |
addTrayPageCopy(Int32, Int32, Int32) |
addTrayPageCopy(Int32, Int32)
public:
virtual void addTrayPageCopy(int num1, int num2);
public virtual void addTrayPageCopy (int num1, int num2);
abstract member addTrayPageCopy : int * int -> unit
override this.addTrayPageCopy : int * int -> unit
Public Overridable Sub addTrayPageCopy (num1 As Integer, num2 As Integer)
Parameters
- num1
- Int32
- num2
- Int32
Applies to
addTrayPageCopy(Int32, Int32, Int32)
public:
virtual void addTrayPageCopy(int _tray, int _pageNumber, int _copyNumber);
public virtual void addTrayPageCopy (int _tray, int _pageNumber, int _copyNumber);
abstract member addTrayPageCopy : int * int * int -> unit
override this.addTrayPageCopy : int * int * int -> unit
Public Overridable Sub addTrayPageCopy (_tray As Integer, _pageNumber As Integer, _copyNumber As Integer)
Parameters
- _tray
- Int32
- _pageNumber
- Int32
- _copyNumber
- Int32