ImageGear .NET - Updated November 28, 2017
BBox Field (ImGearPDEContentAttrs)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEContentAttrs Class : BBox Field
Bounding box of the content object.
Syntax
'Declaration
 
Public BBox As ImGearPDFFixedRect
 
'Usage
 
Dim instance As ImGearPDEContentAttrs
Dim value As ImGearPDFFixedRect
 
value = instance.BBox
 
instance.BBox = value

Field Value

ImGearPDFFixedRect class object.
Remarks
Only used if the content contains a Form. Corresponds to BBox key in the XObject Form attributes dictionary.
See Also

Reference

ImGearPDEContentAttrs Class
ImGearPDEContentAttrs Members
ImGearPDFFixedRect Class