Gets a raster image of a page.
public RasterImage GetImage(
LeadRect sourceRect,
LeadSize imageSize,
bool cache
)
Public Function GetImage(
ByVal sourceRect As LeadRect,
ByVal imageSize As LeadSize,
ByVal cache As Boolean
) As RasterImage
public:
RasterImage^ GetImage(
LeadRect^ sourceRect,
LeadSize^ imageSize,
bool cache
)
sourceRect
The area, in pixels, of the page to render.
imageSize
The output size, in pixels, of the returned image.
cache
If true, the returned image will be stored for reuse. If the other parameters match the stored image, then the stored image will be returned.
If false, the stored image will not be saved or reused.
A Leadtools.RasterImage that represents the rendering of the requested page.
sourceRect is a top-left rectangle that must be within the bounds of [0, 0] to Size.Width, Size.Height.
If cache is true, then the returned image should not be disposed or stored. It can be internally disposed in the next call to this method. If cache is false, then the returned image may be saved and/or disposed.
Call the ClearCache method to dispose the stored image, if needed. However, it will be automatically disposed when the IPageRasterizer is disposed.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document