PdfPageRasterImage Class

The image resulted after rasterization of a PDF page

Definition

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

Properties

ImageObject The .NET Image object represeting the raster image of a PDF page
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