HiQPdf Library for .NET Help
C#
Show/Hide TOC
Pdf
Docking
Mode Enumeration
The docking mode in a PDF page
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
C#
Copy
public
enum
PdfDockingMode
Members
None
0
Not docked
TopEdge
1
Docket at the top
BottomEdge
2
Docket at the bottom
LeftEdge
3
Repeat at the left of the PDF page
RightEdge
4
Docket at the right of the PDF page
Fill
5
Fill the PDF page
See Also
Reference
HiQPdf Namespace
In This Article
Definition
Members
See Also