GetPresentationText

GetPresentationText(string, TextExtractionArrangingMode)

Retrieves the raw text from the slides

public IPresentationText GetPresentationText(string file, TextExtractionArrangingMode mode)
ParameterTypeDescription
fileStringInput file
modeTextExtractionArrangingModeExtraction mode

Return Value

The instance of PresentationText containing the SlideText array representing the raw slides text

See Also


GetPresentationText(Stream, TextExtractionArrangingMode)

Retrieves the raw text from the slides

public IPresentationText GetPresentationText(Stream stream, TextExtractionArrangingMode mode)
ParameterTypeDescription
streamStreamInput stream
modeTextExtractionArrangingModeExtraction mode

Return Value

The instance of PresentationText containing the SlideText array representing the raw slides text

See Also


GetPresentationText(Stream, TextExtractionArrangingMode, ILoadOptions)

Retrieves the raw text from the slides

public IPresentationText GetPresentationText(Stream stream, TextExtractionArrangingMode mode, 
    ILoadOptions options)
ParameterTypeDescription
streamStreamInput stream
modeTextExtractionArrangingModeExtraction mode
optionsILoadOptionsLoad options

Return Value

The instance of PresentationText containing the SlideText array representing the raw slides text

See Also