←Select platform

FromSvgDocument Method

Summary

Parses the text from an SVG document.

Syntax

C#
VB
Java
C++
public static DocumentPageText FromSvgDocument( 
   SvgDocument document, 
   Document mappingDocument 
) 
Public Shared Function FromSvgDocument( 
   ByVal document As SvgDocument, 
   ByVal mappingDocument As Document 
) As DocumentPageText 
public:  
   static DocumentPageText^ FromSvgDocument( 
      SvgDocument^ document, 
      Document^ mappingDocument 
   ) 
public static DocumentPageText fromSvgDocument(SvgDocument document, Document mappingDocument) 

Parameters

document

Source SVG document. This value must not be null.

mappingDocument

The owner document of the SVG. This is used to map the location and size of the items found into document coordinates. If this

value is null, then no mapping is performed.

Return Value

The object containing the text found in the SVG document.

Remarks

This is a helper method used internally by the Document class when parsing the text of page using SVG. The method enumerates the elements of the SVG document and extracts the letters, words, lines and paragraphs of text found.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly