ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointDocument Class / ExtractText Method
Start page index.
Page count.
The output stream.
Extraction options.




In This Topic
    ExtractText Method (ImGearPowerPointDocument)
    In This Topic
    Extracts plain text from the document.
    Syntax
    'Declaration
     
    Public Sub ExtractText( _
       ByVal startPage As Integer, _
       ByVal count As Integer, _
       ByVal outputStream As Stream, _
       ByVal options As ImGearPowerPointTextExtractionOptions _
    ) 
    'Usage
     
    Dim instance As ImGearPowerPointDocument
    Dim startPage As Integer
    Dim count As Integer
    Dim outputStream As Stream
    Dim options As ImGearPowerPointTextExtractionOptions
     
    instance.ExtractText(startPage, count, outputStream, options)
    public void ExtractText( 
       int startPage,
       int count,
       Stream outputStream,
       ImGearPowerPointTextExtractionOptions options
    )
    public: void ExtractText( 
       int startPage,
       int count,
       Stream* outputStream,
       ImGearPowerPointTextExtractionOptions* options
    ) 
    public:
    void ExtractText( 
       int startPage,
       int count,
       Stream^ outputStream,
       ImGearPowerPointTextExtractionOptions^ options
    ) 

    Parameters

    startPage
    Start page index.
    count
    Page count.
    outputStream
    The output stream.
    options
    Extraction options.
    See Also