Specifies the docking style of the page template.

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 enum PdfDockStyle
Public Enumeration PdfDockStyle
public enum class PdfDockStyle
type PdfDockStyle

Members

MemberValueDescription
None0
The page template is not docked.
Bottom1
The page template edge is docked to the bottom page's side.
Top2
The page template edge is docked to the top page's side.
Left3
The page template edge is docked to the left page's side.
Right4
The page template edge is docked to the right page's side.
Fill5
The page template stretch on full page.

Remarks

This enumeration is used in class.

See Also