Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

FromSvgDocument Method






Source SVG document. This value must not be null.
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.
Parses the text from an SVG document.
Syntax
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
) 

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

See Also

Reference

DocumentPageText Class
DocumentPageText Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features