AnnotGetStructParent Method |
Gets the struct parent of an annotation.
(Required if the annotation is a structural content item; PDF 1.3)
The StructParent is the integer key of the annotation’s entry
in the structural parent tree.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetStructParent()
Public Function GetStructParent As Integer
public:
virtual int GetStructParent() sealed
function GetStructParent();
Return Value
Type:
Int32 An integer which is the integer key of the annotation’s entry
in the structural parent tree.
Implements
IAnnotGetStructParentSee Also