'Declaration Public Overloads MustOverride Sub WriteDirectText( _ ByVal page As ImGearOCRPage, _ ByVal filePath As String _ )
'Usage Dim instance As ImGearOCR Dim page As ImGearOCRPage Dim filePath As String instance.WriteDirectText(page, filePath)
public abstract void WriteDirectText( ImGearOCRPage page, string filePath )
public: abstract void WriteDirectText( ImGearOCRPage* page, string* filePath )
public: abstract void WriteDirectText( ImGearOCRPage^ page, String^ filePath )
Parameters
- page
- ImGearOCRPage object with valid recognition data to be saved.
- filePath
- A relative or absolute path for the file where the recognition data will be saved.