C#
VB
Objective-C
WinRT C#
C++
Gets or sets the horizontal resolution used when creating new RasterImage objects.
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');
An integer value that specifies the horizontal resolution used when creating new RasterImage objects. This value must be an integer value greater than zero.
For an example, refer to RasterDefaults.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET