LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Hyperlink Property (AnnGroupObject)






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 override string Hyperlink {get; set;}
 get_Hyperlink();
set_Hyperlink(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.