Specifies the docking style of the page template.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
Public Enumeration PdfDockStyle
public enum class PdfDockStyle
Members
|
Member name
|
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 inclass.
See Also