Specifies text extraction areas of Word document.
Syntax
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")>
<FlagsAttribute()>
Public Enum ImGearWordTextExtractionAreas
Inherits System.Enum
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")]
[Flags()]
public enum ImGearWordTextExtractionAreas : System.Enum
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")]
[Flags()]
__value public enum ImGearWordTextExtractionAreas : public System.Enum
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")]
[Flags()]
public enum class ImGearWordTextExtractionAreas : public System.Enum
Members
Member | Description |
Body |
Extract text from document's regular body.
|
Footer |
Extract text from document's footers.
|
Header |
Extract text from document's headers.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.Office.ImGearWordTextExtractionAreas
See Also