ImageGear .NET - Updated October 2, 2018
ExtractText(CADWorkingSpace) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class > ExtractText Method : ExtractText(CADWorkingSpace) Method
Returns a List<CADText> of the text found in this CAD file.
Syntax
'Declaration
 
Public Overloads Function ExtractText( _
   ByVal space As ImGearCADPage.CADWorkingSpace _
) As List(Of CADText)
 
'Usage
 
Dim instance As ImGearDWGPage
Dim space As ImGearCADPage.CADWorkingSpace
Dim value As List(Of CADText)
 
value = instance.ExtractText(space)

Parameters

space

Return Value

List<CADText> of text found.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List