PdfPageTemplateElement Class |
Namespace: Spire.Pdf
The PdfPageTemplateElement type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfPageTemplateElement(RectangleF) |
Creates a new page template.
|
![]() |
PdfPageTemplateElement(SizeF) |
Creates new page template object.
|
![]() |
PdfPageTemplateElement(PointF, SizeF) |
Creates a new page template.
|
![]() |
PdfPageTemplateElement(RectangleF, PdfNewPage) |
Initializes a new instance of theclass.
|
![]() |
PdfPageTemplateElement(Single, Single) |
Creates a new page template.
|
![]() |
PdfPageTemplateElement(PointF, SizeF, PdfNewPage) |
Initializes a new instance of theclass.
|
![]() |
PdfPageTemplateElement(Single, Single, PdfNewPage) |
Creates a new page template.
|
![]() |
PdfPageTemplateElement(Single, Single, Single, Single) |
Creates a new page template.
|
![]() |
PdfPageTemplateElement(Single, Single, Single, Single, PdfNewPage) |
Creates a new page template.
|
Name | Description | |
---|---|---|
![]() |
Alignment |
Gets or sets alignment of the page template element.
|
![]() |
Background |
Indicates whether the page template is located behind of
the page layers or in front of it.
|
![]() |
Bounds |
Gets or sets bounds of the page template element.
|
![]() |
Dock |
Gets or sets the dock style of the page template element.
|
![]() |
Foreground |
Indicates whether the page template is located in front of
the page layers or behind of it.
|
![]() |
Graphics |
Gets graphics context of the page template element.
|
![]() |
Height |
Gets or sets height of the page template element.
|
![]() |
Location |
Gets or sets location of the page template element.
|
![]() |
Size |
Gets or sets size of the page template element.
|
![]() |
Width |
Gets or sets width of the page template element.
|
![]() |
X |
Gets or sets X co-ordinate of the template element on the page.
|
![]() |
Y |
Gets or sets Y co-ordinate of the template element on the page.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|