Method GetAttachmentEdges
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetAttachmentEdges()
Gets the edges of the page, if any, to which the artifact is logically attached. Meaningful for pagination and full-page background artifacts only.
public string[] GetAttachmentEdges()
Returns
- string[]
An array containing 0 to 4 of the names "Top", "Bottom", "Left", and "Right", specifying the edges of the page.
Remarks
Page edges shall be defined by the CropBox. The ordering of names within the array is immaterial. Including both "Left" and "Right" or both "Top" and "Bottom" indicates a full-width or full-height artifact, respectively.