The PDF bookmark position.
const bookmarkPosition = Enum.FPD_BookmarkPosition.PosFirstChild; Copy
const bookmarkPosition = Enum.FPD_BookmarkPosition.PosFirstChild;
position as the first child of the parent bookmark.
position as the next sibling of the parent bookmark.
Description
The PDF bookmark position.
Example