Returns an array of document properties. The value of non-fixed properties can be changed.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

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 ();
}

See Also