←Select platform

YResolution Property

Summary

Gets or sets the vertical resolution used when creating new RasterImage objects.

Syntax
C#
VB
Objective-C
C++
public static int YResolution { get; set; } 
Public Shared Property YResolution As Integer 
+(unsigned int)yResolution; 
+(void)yResolution:(unsigned int)value; 
public: 
static property int YResolution { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer value that specifies the vertical resolution used when creating new RasterImage objects. This value must be an integer value greater than zero.

Example

For an example, refer to RasterDefaults.

Requirements

Target Platforms

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

Leadtools Assembly