ImageGear .NET v24.14 - Updated September 15, 2020
ImGearPowerPointTextExtractionMethod Enumeration




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearPowerPointTextExtractionMethod Enumeration
Specifies text extraction methods from PowerPoint document.
Syntax
'Declaration
 
Public Enum ImGearPowerPointTextExtractionMethod 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearPowerPointTextExtractionMethod
Members
MemberDescription
LineBreakOrder Extracts words according their coordinates on the slide.
ParagraphOrder Extracts words in the native order they appear in the presentation (does not consider their coordinates on the slide).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.Office.ImGearPowerPointTextExtractionMethod

See Also

Reference

ImageGear.Formats.Office Namespace