IAnnotSetStructParent Method |
Sets the struct parent of an annotation.
(Required if the annotation is a structural content item; PDF 1.3)
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetStructParent(
int keyval
)
Sub SetStructParent (
keyval As Integer
)
void SetStructParent(
[InAttribute] int keyval
)
function SetStructParent(keyval);
Parameters
- keyval
- Type: SystemInt32
An integer which is the integer key of the
annotation’s entry in the structural parent tree.
Remarks The StructParent is the integer key of the annotation’s entry
in the structural parent tree.
See Also