'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.