DimensionsInInches Property

Summary

Enables or disables using inches as the measurement unit for the values of the PaperWidth and PaperHeight properties.

Syntax
C#
VB
C++
public bool DimensionsInInches { get; set; } 
  
Public Property DimensionsInInches As Boolean 
public: 
property bool DimensionsInInches { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True to use inches as the unit of measure; false to use millimeters as the unit of measure.

Example

Refer to Specifications example.

Requirements

Target Platforms

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

Leadtools.Printer Assembly