Accusoft.ImagXpress13.Net
View Property




Gets and sets the specific set of annotations to save with the image.
Syntax
'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);
}

Property Value

An ImageXView object.
Remarks

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.

See Also

Reference

SaveOptionsAnnotations Class
SaveOptionsAnnotations Members
Save Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback