Gets or sets a bottom page template using on the even pages.
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 PdfPageTemplateElement EvenBottom { get; set; }
Public Property EvenBottom As PdfPageTemplateElement Get Set
public: property PdfPageTemplateElement^ EvenBottom { PdfPageTemplateElement^ get (); void set (PdfPageTemplateElement^ value); }
member EvenBottom : PdfPageTemplateElement with get, set