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 : UploadDocumentOptions Class |
[DataContractAttribute()] [SerializableAttribute()] public class UploadDocumentOptions
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Class UploadDocumentOptions
'Usage
Dim instance As UploadDocumentOptions
public class UploadDocumentOptions
[DataContractAttribute()] [SerializableAttribute()] public ref class UploadDocumentOptions
Used with DocumentFactory.BeginUpload to specify the options to use when uploading a document to the cache.
Refer to Uploading Using the Documents Library for detailed information.
For an example, refer to DocumentFactory.UploadDocument.