ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointTextExtractionMethod Enumeration




In This Topic
    ImGearPowerPointTextExtractionMethod Enumeration
    In This Topic
    Specifies text extraction methods from PowerPoint document.
    Syntax
    'Declaration
     
    Public Enum ImGearPowerPointTextExtractionMethod 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPowerPointTextExtractionMethod
    public enum ImGearPowerPointTextExtractionMethod : System.Enum 
    __value public enum ImGearPowerPointTextExtractionMethod : public System.Enum 
    public enum class ImGearPowerPointTextExtractionMethod : public System.Enum 
    Members
    MemberValueDescription
    LineBreakOrder1Extracts words according their coordinates on the slide.
    ParagraphOrder0Extracts 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