ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / ExtractText Method / ExtractText() Method




In This Topic
    ExtractText() Method
    In This Topic
    Returns a List<CADText> of the text found in this CAD file.
    Syntax
    'Declaration
     
    Public Overloads 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