Encapsulates a page template for all the pages in the document.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfDocumentTemplate
Public Class PdfDocumentTemplate
public ref class PdfDocumentTemplate
type PdfDocumentTemplate = class end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfDocumentTemplate()()()() |
Initializes a new instance of the class.
| |
| Bottom |
Gets or sets a bottom page template.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| EvenBottom |
Gets or sets a bottom page template using on the even pages.
| |
| EvenLeft |
Gets or sets a left page template using on the even pages.
| |
| EvenRight |
Gets or sets a right page template using on the even pages.
| |
| EvenTop |
Gets or sets a top page template using on the even pages.
| |
| 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.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Left |
Gets or sets a left page template.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OddBottom |
Gets or sets a bottom page template using on the odd pages.
| |
| OddLeft |
Gets or sets a left page template using on the odd pages.
| |
| OddRight |
Gets or sets a right page template using on the odd pages.
| |
| OddTop |
Gets or sets a top page template using on the odd pages.
| |
| Right |
Gets or sets a right page template.
| |
| Stamps |
Gets a collection of stamp elements.
| |
| Top |
Gets or sets a top page template.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |