Document.GetDocumentProperty Method
|
This method sets or returns the property of the document.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string GetDocumentProperty(
DOCUMENT_PROPERTY Type
)
Public Function GetDocumentProperty (
Type As DOCUMENT_PROPERTY
) As String
public:
String^ GetDocumentProperty(
[InAttribute] DOCUMENT_PROPERTY Type
)
Parameters
- Type
- Type: Kofax.OmniPageCSDK.IproPlus.DOCUMENT_PROPERTY
Return Value
Type:
String
See Also