'Declaration
Public Sub ExtractText( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Stream, _
ByVal 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)