Gets or sets the dock style of the page template element.
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 PdfDockStyle Dock { get; set; }
Public Property Dock As PdfDockStyle Get Set
public: property PdfDockStyle Dock { PdfDockStyle get (); void set (PdfDockStyle value); }
member Dock : PdfDockStyle with get, set