GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF Class / RenderPageToGdPictureImage Method





In This Topic
RenderPageToGdPictureImage Method (GdPicturePDF)
In This Topic
Renders the currently selected page of the loaded PDF document to an image resource and then stores it within an object of the type GdPictureImage.
Overload List
OverloadDescription
Renders the currently selected page of the loaded PDF document to an image resource according to what you have specified. The current page is converted to an image, which is subsequently stored as an object of the type GdPictureImage. The produced image is in the 32-bit ARGB pixel format. The created image is clearly recognizable by the returned unique image identifier and you can take advantages of the GdPictureImaging class and its methods for further manipulation with this object.  
Renders the currently selected page of the loaded PDF document to an image resource according to what you have specified. You can select the preferred pixel format as well. The current page is converted to an image, which is subsequently stored as an object of the type GdPictureImage. The created image is clearly recognizable by the returned unique image identifier and you can take advantages of the GdPictureImaging class and its methods for further manipulation with this object.  
Renders the currently selected page of the loaded PDF document to an image resource according to what you have specified. This method allows to render the specified page on a transparent canvas. The current page is converted to an image, which is subsequently stored as an object of the type GdPictureImage. The produced image is in the 32-bit ARGB pixel format. The created image is clearly recognizable by the returned unique image identifier and you can take advantages of the GdPictureImaging class and its methods for further manipulation with this object.  
See Also