Accusoft.PdfXpress7.Net
BoundingBox Property (AddTextOptions)




Gets and sets the bounding box in which the text will be rendered.
Syntax
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);
}
'Declaration
 
Public Property BoundingBox As RectangleF
 
'Usage
 
Dim instance As AddTextOptions
Dim value As RectangleF
 
instance.BoundingBox = value
 
value = instance.BoundingBox
Remarks

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.

See Also

Reference

AddTextOptions Class
AddTextOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback