'Declaration
Public Function SaveAsHTML( _ ByVal OCRResultIDs As String, _ ByVal FilePath As String, _ ByVal KeepLineBreaks As Boolean _ ) As GdPictureStatus
public GdPictureStatus SaveAsHTML( string OCRResultIDs, string FilePath, bool KeepLineBreaks )
public function SaveAsHTML( OCRResultIDs: String; FilePath: String; KeepLineBreaks: Boolean ): GdPictureStatus;
public function SaveAsHTML( OCRResultIDs : String, FilePath : String, KeepLineBreaks : boolean ) : GdPictureStatus;
public: GdPictureStatus SaveAsHTML( string* OCRResultIDs, string* FilePath, bool KeepLineBreaks )
public: GdPictureStatus SaveAsHTML( String^ OCRResultIDs, String^ FilePath, bool KeepLineBreaks )
Parameters
- OCRResultIDs
- FilePath
- KeepLineBreaks