Accusoft.NotateXpress13.Net
AutoSize Property (ImageToolbarDefaults)




This property sets or returns whether or not the annotation size will be automatically expanded to fit the default image size.
Syntax
'Declaration
 
Public Property AutoSize As AutoSize
'Usage
 
Dim instance As ImageToolbarDefaults
Dim value As AutoSize
 
instance.AutoSize = value
 
value = instance.AutoSize
public AutoSize AutoSize {get; set;}
public: __property AutoSize get_AutoSize();
public: __property void set_AutoSize( 
   AutoSize value
);
public:
property AutoSize AutoSize {
   AutoSize get();
   void set (    AutoSize value);
}

Property Value

The type of bounding to the image.
See Also

Reference

ImageToolbarDefaults Class
ImageToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback