←Select platform

YResolution Property

Summary

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

Syntax

C#
VB
Objective-C
WinRT C#
C++
public static int YResolution { get; set; } 
Public Shared Property YResolution As Integer 
public static int YResolution {get; set;} 
+(unsigned int)yResolution; 
+(void)yResolution:(unsigned int)value; 
             
 <br/>get_YResolution();<br/>set_YResolution(value);<br/>Object.defineProperty('YResolution');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly