Accusoft.PdfXpressSdk Namespace > AddTextOptions Class : BoundingBox Property |
'Declaration Public Property BoundingBox As RectangleF
'Usage Dim instance As AddTextOptions 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); }
The box is specified as a System.Drawing.RectangleF. The upper-left hand corner of the first glyph of text will be rendered at the upper-left hand corner of the bounding box. If text exceeds the horizontal or vertical bounds of the bounding box, a TextBoxExceedsPageBoundsException is thrown.
If the BoundingBox is not set, a TextBoxExceedsPageBoundsException is thrown.