Quickly save this page as an SVG file.
public void SaveSvg(
string fileName
)
Public Sub SaveSvg(
ByVal fileName As String
)
public:
void SaveSvg(
String^ fileName
)
fileName
The output file name that will contain the SVG data.
This method will save the recognition result of this IOcrPage as SVG. Normally, the IOcrDocument object must be used to save a page (or more) to an output format. For SVG format, use IOcrPage.SaveSvg to quickly save the page and create the output document without having to create an OCR document object first.
This method will work whether the page is part of an OCR document or is standalone.
Use IOcrPage.SaveSvg(Stream stream) to save the page to a stream.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document