'Declaration <DefaultValueAttribute(True)> Public Overridable Property UseBoundingBoxAsMoveArea As Boolean
[DefaultValue(True)] public virtual bool UseBoundingBoxAsMoveArea { get; set; }
[DefaultValue(True)] public: __property virtual bool get_UseBoundingBoxAsMoveArea(); public: __property virtual void set_UseBoundingBoxAsMoveArea(
bool value
);
Property Value
True - the transformer must use the move area with contour, which is equal to the contour of annotation's bounding box;
false - the transformer must use the move area with contour, which is equal to the contour of annotation's contour.
Default value is true.
false - the transformer must use the move area with contour, which is equal to the contour of annotation's contour.
Default value is true.