PdfTemplatePlacement Class

Describes the final placement of a template on a specific PDF page and maps coordinates from template space to page space

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public sealed class PdfTemplatePlacement
Inheritance
Object    PdfTemplatePlacement

Properties

A Gets the affine transform coefficient a
B Gets the affine transform coefficient b
C Gets the affine transform coefficient c
D Gets the affine transform coefficient d
DocumentPageCount Gets the total number of pages currently available in the document
E Gets the affine transform coefficient e
F Gets the affine transform coefficient f
IsEvenPage Gets a value indicating whether the current page number is even
IsFirstPage Gets a value indicating whether the current page is the first page
IsOddPage Gets a value indicating whether the current page number is odd
Opacity Gets the opacity applied to the template
PageHeight Gets the page height in points
PageNumber Gets the page number on which the template is rendered
PageWidth Gets the page width in points
RenderX Gets the final X position of the template relative to the top-left corner of the page
RenderY Gets the final Y position of the template relative to the top-left corner of the page
RotationDegrees Gets the rotation in degrees applied to the template
RotationPivot Gets the pivot used when rotating the template
TemplateHeight Gets the template height in points
TemplateWidth Gets the template width in points

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MapBoundingRectangle(PdfRectangle) Maps an integer rectangle from template space to page space and returns the axis-aligned bounding rectangle
MapBoundingRectangle(PdfRectangleF) Maps a rectangle from template space to page space and returns the axis-aligned bounding rectangle
MapPoint Maps a point from template space to page space
MapPoints Maps multiple points from template space to page space
MapRectangle Maps a rectangle from template space to page space and returns the exact transformed corners
ToString
(Inherited from Object)

See Also