←Select platform

SaveSvg(Stream) Method

Summary

Quickly save this page as an SVG stream.

Syntax
C#
VB
C++
public void SaveSvg( 
   Stream stream 
) 
Public Sub SaveSvg( 
   ByVal stream As Stream 
) 
public:  
   void SaveSvg( 
      Stream^ stream 
   ) 

Parameters

stream

The output stream that will contain the SVG data.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly