LEADTOOLS Annotations (Leadtools.Annotations assembly)

Hyperlink Property (AnnGroupObject)

Show in webframe





Gets or sets a string which represents the hyperlink for this AnnObject object.
Syntax
public override string Hyperlink {get; set;}
'Declaration
 
Public Overrides Property Hyperlink As String
'Usage
 
Dim instance As AnnGroupObject
Dim value As String
 
instance.Hyperlink = value
 
value = instance.Hyperlink

            

            
public:
property String^ Hyperlink {
   String^ get() override;
   void set (    String^ value) override;
}

Property Value

The hyperlink for this AnnObject object.
Remarks
If the value of Temporary is true, this AnnGroupObject object will set the AnnObject.Hyperlink property of all objects in the group. For more information, refer to AnnObject.Hyperlink.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.