Returns an array of document properties.
            The value of non-fixed properties can be changed.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public IInfigoProperty[] DocumentProperties { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property DocumentProperties As IInfigoProperty() | 
| Visual C++ | 
|---|
| public: property array<IInfigoProperty^>^ DocumentProperties { array<IInfigoProperty^>^ get (); } | 





