←Select platform

FromSvgDocument(SvgDocument,DocumentPage) Method

Summary

Parses the text from an SVG document.

Syntax
C#
C++/CLI
Python
public static DocumentPageText FromSvgDocument( 
   SvgDocument document, 
   DocumentPage mappingPage 
) 
public:  
   static DocumentPageText^ FromSvgDocument( 
      SvgDocument^ document, 
      DocumentPage^ mappingPage 
   ) 
def FromSvgDocument(self,document,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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