Accusoft.PdfXpress6.Net
BoundingBox Property (Hyperlink)




Specifies the bounding box of the hyperlink.
Syntax
'Declaration
 
Public Property BoundingBox As RectangleF
'Usage
 
Dim instance As Hyperlink
Dim value As RectangleF
 
instance.BoundingBox = value
 
value = instance.BoundingBox
public RectangleF BoundingBox {get; set;}
public: __property RectangleF get_BoundingBox();
public: __property void set_BoundingBox( 
   RectangleF value
);
public:
property RectangleF BoundingBox {
   RectangleF get();
   void set (    RectangleF value);
}
See Also

Reference

Hyperlink Class
Hyperlink Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback