Gets or sets the vertical resolution to use when rasterization document files.
public int YResolution { get; set; }
Public Property YResolution As Integer
public:
property int YResolution {
int get();
void set ( int value);
}
An System.Int32 value that indicates the vertical resolution to use when rasterization document files such as PDF and XPS. The default value is 0, which means use the current screen resolution.
For more information, refer to Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions
Refer to RasterOpenDialog example.
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