Gets and sets whether or not the annotation size is automatically expanded (or shrunk) to fit the given text within the stamp annotation.
public: __property AutoSize get_AutoSize();
public: __property void set_AutoSize(
AutoSize value
);
'Declaration
Public Property AutoSize As AutoSize
'Usage
Dim instance As StampTool
Dim value As AutoSize
instance.AutoSize = value
value = instance.AutoSize
Property Value
The type of sizing to do.