Gets or sets the dock style of the page template element.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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

Property Value

PdfDockStyle

See Also