Returns the source of the image.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetOrigin(
out string Source,
out int PageNamber
)
Public Sub GetOrigin (
<OutAttribute> ByRef Source As String,
<OutAttribute> ByRef PageNamber As Integer
)
public:
void GetOrigin(
[OutAttribute] String^% Source,
[OutAttribute] int% PageNamber
)
Parameters
- Source
- Type: System.String
- PageNamber
- Type: System.Int32
See Also