ImageGear .NET - Updated
ExtractText Method (ImGearDWGPage)




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

Return Value

List<CADText> of text found.
Remarks
It only includes text from the active layout.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members