Specifies the docking style of the page template.
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 enum PdfDockStyle
Public Enumeration PdfDockStyle
public enum class PdfDockStyle
type PdfDockStyle
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
The page template is not docked.
|
| Bottom | 1 |
The page template edge is docked to the bottom page's side.
|
| Top | 2 |
The page template edge is docked to the top page's side.
|
| Left | 3 |
The page template edge is docked to the left page's side.
|
| Right | 4 |
The page template edge is docked to the right page's side.
|
| Fill | 5 |
The page template stretch on full page.
|
Remarks
This enumeration is used in class.