HiQPdf Documentation

PdfDockingMode Enumeration

HiQPdf Client for .NET Core
The docking mode in a PDF page

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public enum PdfDockingMode
Members

  Member nameValueDescription
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

Reference