←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly