Class SaveOptions
SaveOptions class
Allows to specify additional options (such as password) when saving annotated document.
Constructors
| Name | 
Description | 
| SaveOptions() | 
The default constructor. | 
Properties
| Name | 
Description | 
| AnnotationTypes { get; set; } | 
Defines what annotations will be in resultant document. | 
| FirstPage { get; set; } | 
First page number when saving page range. | 
| LastPage { get; set; } | 
Last page number when saving page range. | 
| OnlyAnnotatedPages { get; set; } | 
Indicates whether to save only annotated pages or not;. | 
| Version { get; set; } | 
Version Key that will be used to access current version | 
See Also