ImageGear22.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearPowerPointDocument Class : ExtractText Method |
'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 )