Quickly save this page as an SVG stream.
public void SaveSvg(
Stream stream
)
Public Sub SaveSvg(
ByVal stream As Stream
)
public:
void SaveSvg(
Stream^ stream
)
stream
The output stream 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(string fileName) to save the page to a file on disk.
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