←Select platform

PaperHeight Property

Summary

Gets or sets the height of the printing paper.

Syntax

C#
VB
C++
public double PaperHeight { get; set; } 
  
Public Property PaperHeight As Double 
public: 
property double PaperHeight { 
   double get(); 
   void set (    double ); 
} 

Property Value

The height of the printing paper.

Remarks

The unit of the paper height is determined by the value of DimensionsInInches.

Example

Refer to Specifications example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly