ImageGear PDF v25.2 - Updated
Bounds Property (ImGearARTRedaction)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTRedaction Class : Bounds Property
Gets mark's bounding rectangle in abstract coordinates.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Bounds As ImGearRectangle
'Usage
 
Dim instance As ImGearARTRedaction
Dim value As ImGearRectangle
 
value = instance.Bounds
public override ImGearRectangle Bounds {get;}
public: __property ImGearRectangle get_Bounds() override;
public:
property ImGearRectangle Bounds {
   ImGearRectangle get() override;
}

Property Value

ImageGear.Core.ImGearRectangle structure object.
Remarks
Type of the mark's coordinate system is specifying when using ImGearARTPage.AddMark method.
See Also

Reference

ImGearARTRedaction Class
ImGearARTRedaction Members
ImGearRectangle Structure

Is this page helpful?
Yes No
Thanks for your feedback.