PdfDockingMode Enumeration

The docking mode in a PDF page

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public enum PdfDockingMode

Members

None0 Not docked
TopEdge1 Docket at the top
BottomEdge2 Docket at the bottom
LeftEdge3 Repeat at the left of the PDF page
RightEdge4 Docket at the right of the PDF page
Fill5 Fill the PDF page

See Also