←Select platform

XResolution Property

Summary
Gets or sets the horizontal resolution used when creating new RasterImage objects.
Syntax
C#
VB
Objective-C
C++
public static int XResolution { get; set; } 
Public Shared Property XResolution As Integer 
+(unsigned int)xResolution; 
+(void)xResolution:(unsigned int)value; 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.