This method is used to save the document to an IPRO document file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Save(
[OptionalAttribute] Object DocName
)
Public Sub Save (
<OptionalAttribute> DocName As Object
)
public:
void Save(
[OptionalAttribute] [InAttribute] Object^ DocName
)
Parameters
- DocName (Optional)
- Type: System.Object
See Also