This property sets whether or not only selected objects are saved to annotation file.

[Visual Basic] Public Property SaveAnnotationSelectedObjects As Boolean
[C#] public bool SaveAnnotationSelectedObjects {get; set;}

Property Value

True: Only selected objects are saved to annotation file
False: All objects are saved to annotation file

Default value is False

Explanation

The SaveAnnotationSelectedObjects property sets whether or not only selected objects are saved to annotation file. When this property is True and the SaveAnnotationFile method is executed, only those objects that are selected at that time will be saved to annotation file.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation