Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentPageText Class : FromSvgDocument Method |
public static DocumentPageText FromSvgDocument( SvgDocument document, Document mappingDocument )
'Declaration
Public Shared Function FromSvgDocument( _ ByVal document As SvgDocument, _ ByVal mappingDocument As Document _ ) As DocumentPageText
'Usage
Dim document As SvgDocument Dim mappingDocument As Document Dim value As DocumentPageText value = DocumentPageText.FromSvgDocument(document, mappingDocument)
public static DocumentPageText fromSvgDocument(SvgDocument document, Document mappingDocument)
public: static DocumentPageText^ FromSvgDocument( SvgDocument^ document, Document^ mappingDocument )
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.