PdfHtmlTemplatePlacement Class

Describes the final placement of a HTML template on a specific PDF page

Definition

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

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
DocumentPageNumber Gets the one-based page number in the final PDF document on which the template is rendered. This value takes into account the pages counted by DocumentPagesBeforeTemplate
DocumentPagesBeforeTemplate Gets the number of pages in the final PDF document before the range of pages on which the template is rendered. This value can be affected by template settings, table of contents pages and PDF pages inserted before the HTML to PDF conversion result
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 within the range of pages on which the template is rendered
IsFirstPage Gets a value indicating whether the current page is the first page in the range of pages on which the template is rendered
IsOddPage Gets a value indicating whether the current page number is odd within the range of pages on which the template is rendered
Opacity Gets the opacity applied to the template
PageHeight Gets the page height in points
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
TemplatePageCount Gets the total number of pages in the range of pages on which the template is rendered. The total number of pages currently available in the document is given by DocumentPageCount
TemplatePageIndex Gets the one-based page index within the range of pages on which the template is rendered. The actual page number in the final PDF document is given by DocumentPageNumber
TemplateWidth Gets the template width in points

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also