DocumentViewGetTitle Method
|
Returns the document title; can rename the document to anything.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic string GetTitle(
Object Document
)
Public Function GetTitle (
Document As Object
) As String
public:
String^ GetTitle(
Object^ Document
)
Parameters
- Document
- Type: SystemObject
Return Value
Type:
String
See Also