←Select platform

Relationship Property

Summary

Optional relationship between this annotation object and its parent.

Syntax
C#
VB
C++
public string Relationship { get; set; } 
Public Property Relationship() As String 
   Get 
   Set 
public:  
   property String^ Relationship 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly