PrintJobSettings.virtualPageHeight 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
virtualPageHeight() | |
virtualPageHeight(Int32) |
virtualPageHeight()
public:
virtual int virtualPageHeight();
public virtual int virtualPageHeight ();
abstract member virtualPageHeight : unit -> int
override this.virtualPageHeight : unit -> int
Public Overridable Function virtualPageHeight () As Integer
Returns
Applies to
virtualPageHeight(Int32)
public:
virtual int virtualPageHeight(int _height);
public virtual int virtualPageHeight (int _height);
abstract member virtualPageHeight : int -> int
override this.virtualPageHeight : int -> int
Public Overridable Function virtualPageHeight (_height As Integer) As Integer
Parameters
- _height
- Int32