←Select platform

Relationship Property

Summary

Optional relationship between this annotation object and its parent.

Syntax
C#
Java
public string Relationship { get; set; } 
public String getRelationship(); 
public void setRelationship( 
   java.lang.String string 
); 

Property Value

Optional relationship between this annotation object and its parent. The default value is null.

Remarks

To set a relationship between an object and its parent, set this value to one of Relationship to one of the `Relation' constants defined in PDFAnnotation, such as RelationGroup or RelationReply.

Refer to ObjectNumber for more information and an example.

Example

For an example, refer to ObjectNumber.

Requirements
Target Platforms
Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.