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




In This Topic
    ExtractText(CADWorkingSpace) Method
    In This Topic
    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)
    public List<CADText> ExtractText( 
       ImGearCADPage.CADWorkingSpace space
    )
    public: List<CADText*>* ExtractText( 
       ImGearCADPage.CADWorkingSpace space
    ) 
    public:
    List<CADText^>^ ExtractText( 
       ImGearCADPage.CADWorkingSpace space
    ) 

    Parameters

    space

    Return Value

    List<CADText> of text found.
    See Also