Enum TextExtractionMode
- Namespace
- Slidize
- Assembly
- Slidize.Plugins.dll
Specifies the text extraction mode.
public enum TextExtractionMode
Fields
Arranged = 1
Extracts text with position in the same order as on the presentation slide.
Unarranged = 0
Extracts the raw text with no respect to position on the presentation slide.