PdfPageRasterImage Class

The image resulted after rasterization of a PDF page

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfPageRasterImage : IDisposable
Inheritance
Object    PdfPageRasterImage
Implements
IDisposable

Properties

ImageData The data of raster image of a PDF page in PNG format
PdfPageNumber The source PDF page number of the extracted image

Methods

Dispose Call this method to dispose the raster image of a PDF page
Dispose(Boolean) Dispose the raster image of a PDF page
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also