ImageGear .NET v24.14 - Updated
ExtractText Method (ImGearPowerPointDocument)




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearPowerPointDocument Class : ExtractText Method
Start page index.
Page count.
The output stream.
Extraction options.
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

Reference

ImGearPowerPointDocument Class
ImGearPowerPointDocument Members
ImGearPowerPointTextExtractionOptions Class