[]
Specifies how visited documents are stored for the visited documents' history.
public enum VisitedDocumentStorageEnum
Name | Description |
---|---|
File | The visited document is stored in a temporary file. |
Memory | The visited document is stored in a memory buffer. |
User | The visited doocument is stored by the user. The user must handle the SaveVisitedDocument event. |