Describes a page template object that can be used as header/footer, watermark or stamp.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfPageTemplateElement
Public Class PdfPageTemplateElement
public ref class PdfPageTemplateElement
type PdfPageTemplateElement = class end
Members
All Members | Constructors | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | 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 the class.
| |
PdfPageTemplateElement(Single, Single) |
Creates a new page template.
| |
PdfPageTemplateElement(PointF, SizeF, PdfNewPage) |
Initializes a new instance of the class.
| |
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.
| |
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.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
Foreground |
Indicates whether the page template is located in front of
the page layers or behind of it.
| |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
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.
| |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Size |
Gets or sets size of the page template element.
| |
ToString()()()() | (Inherited from Object.) | |
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.
|