←Select platform

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

Leadtools.Printer Assembly