←Select platform

DocumentId Property

Summary

ID of the document to download.

Syntax
C#
VB
C++
public string DocumentId {get; set;} 
Public Property DocumentId() As String 
   Get 
   Set 
public:  
   property String^ DocumentId 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The ID of the document to download. The default value is null.

Remarks

Set this value to the ID of the document to download before calling DocumentFactory.DownloadDocument to download the document.

Example

For an example, refer to DocumentFactory.DownloadDocument.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly