Parses the text from an SVG document.
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)
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.
The object containing the text found in the SVG document.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET