Document.SetDocumentProperty 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 void SetDocumentProperty(
DOCUMENT_PROPERTY Type,
string Value
)
Public Sub SetDocumentProperty (
Type As DOCUMENT_PROPERTY,
Value As String
)
public:
void SetDocumentProperty(
[InAttribute] DOCUMENT_PROPERTY Type,
[InAttribute] String^ Value
)
Parameters
- Type
- Type: Kofax.OmniPageCSDK.IproPlus.DOCUMENT_PROPERTY
- Value
- Type: System.String
See Also