←Select platform

FromSvgDocument(SvgDocument,DocumentPage) Method

Summary

Parses the text from an SVG document.

Syntax
C#
VB
C++
public static DocumentPageText FromSvgDocument( 
   SvgDocument document, 
   DocumentPage mappingPage 
) 
Public Shared Function FromSvgDocument( 
   ByVal document As SvgDocument, 
   ByVal mappingPage As DocumentPage 
) As DocumentPageText 
public:  
   static DocumentPageText^ FromSvgDocument( 
      SvgDocument^ document, 
      DocumentPage^ mappingPage 
   ) 

Parameters

document

Source SVG document. This value must not be null.

mappingPage

The owner page 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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.