PdfPageRegion Class

A region in a PDF document page

Definition

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

Properties

Height The height of the region rectangle within drawable rectangle of the page
PageIndex The PDF page index of this region
Rectangle The region rectangle within drawable rectangle of the page
Width The width of the region rectangle within drawable rectangle of the page
X The top left corner X coordinate of the region rectangle within drawable rectangle of the page
Y The top left corner Y coordinate of the region rectangle within drawable rectangle of the page

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