public enum PdfAnchoringMode
Public Enumeration PdfAnchoringMode
public enum class PdfAnchoringMode
type PdfAnchoringMode
None | 0 | Not anchored |
Centered | 1 | Centered |
TopLeft | 2 | Anchor in the top left corner |
TopRight | 3 | Anchor in the top right corner |
BottomLeft | 4 | Anchor in the bottom left corner |
BottomRight | 5 | Anchor in the bottom right corner |