HiQPdf Documentation

PdfAnchoringMode Enumeration

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

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

public enum PdfAnchoringMode
Members

  Member nameValueDescription
None0 Not anchored
Centered1 Centered
TopLeft2 Anchor in the top left corner
TopRight3 Anchor in the top right corner
BottomLeft4 Anchor in the bottom left corner
BottomRight5 Anchor in the bottom right corner
See Also

Reference