PdfImageRenderInfo Class

Contains metadata about how and where an image was rendered on a PDF page

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public class PdfImageRenderInfo
Inheritance
Object    PdfImageRenderInfo

Properties

BoundingBox The bounding box of the rendered image in PDF points
Page The 1-based page number where the image was rendered

Methods

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