HiQPdf Client for .NET
C#
Show/Hide TOC
Pdf
Docking
Mode Enumeration
The docking mode in a PDF page
Definition
Namespace:
HiQPdfClient
Assembly:
HiQPdfClient.NetCore (in HiQPdfClient.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
HiQPdfClient Namespace
In This Article
Definition
Members
See Also