PaperWidth Property

Summary
Gets or sets the width of the printing paper.
Syntax
C#
VB
C++
public double PaperWidth { get; set; } 
  
Public Property PaperWidth As Double 
public: 
property double PaperWidth { 
   double get(); 
   void set (    double ); 
} 

Property Value

The width of the printing paper.

Remarks

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

Example

Refer to Specifications example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.