Accusoft.ImagXpressSdk Namespace > SaveOptionsAnnotations Class : View Property |
'Declaration Public Property View As ImageXView
'Usage Dim instance As SaveOptionsAnnotations Dim value As ImageXView instance.View = value value = instance.View
public ImageXView View {get; set;}
public: __property ImageXView* get_View(); public: __property void set_View( ImageXView* value );
public: property ImageXView^ View { ImageXView^ get(); void set ( ImageXView^ value); }
If the Save property is set to true , then annotations are saved with the image.
This property specifies the set of annotations to save with the image. If this property is null, the last set of annotations that was active in the view is saved.
Note: Available in Professional edition.