YResolution Property

Summary

Gets or sets the Y-resolution to be used for printing.

Syntax
C#
VB
C++
public int YResolution { get; set; } 
  
Public Property YResolution As Integer 
public: 
property int YResolution { 
   int get(); 
   void set (    int ); 
} 

Property Value

The Y-resolution to be used for printing.

Remarks

If the value of the PrintQuality is one of the predefined printing quality values, then the value of this property will be ignored. Otherwise, this value should be the same as the value of PrintQuality.

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