Accusoft.PdfXpressSdk Namespace > Hyperlink Class : BoundingBox Property |
'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); }