Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : SaveDocumentOptions Class |
[DataContractAttribute()] [SerializableAttribute()] public class SaveDocumentOptions
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Class SaveDocumentOptions
'Usage
Dim instance As SaveDocumentOptions
public class SaveDocumentOptions
[DataContractAttribute()] [SerializableAttribute()] public ref class SaveDocumentOptions
Used with Document.SaveToFile and Document.SaveToUri to specify the options to use when saving a document.
For an example, refer to Document.SaveToFile.