Encapsulates a page template for all the pages in the document.
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 PdfDocumentTemplate
Public Class PdfDocumentTemplate
public ref class PdfDocumentTemplate
type PdfDocumentTemplate = class end
Members
All Members | Constructors | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
PdfDocumentTemplate()()()() |
Initializes a new instance of the class.
| |
Bottom |
Gets or sets a bottom page template.
| |
Equals(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()()()() | (Inherited from Object.) |