←Select platform

XResolution Property

Summary

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

Syntax

C#
VB
Objective-C
WinRT C#
C++
public static int XResolution { get; set; } 
Public Shared Property XResolution As Integer 
public static int XResolution {get; set;} 
+(unsigned int)xResolution; 
+(void)xResolution:(unsigned int)value; 
             
 <br/>get_XResolution();<br/>set_XResolution(value);<br/>Object.defineProperty('XResolution');  
public: 
static property int XResolution { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer value that specifies the horizontal 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