C#
VB
Objective-C
WinRT C#
C++
Gets or sets the vertical resolution used when creating new RasterImage objects.
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');
An integer value that specifies the vertical 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