Represents set of Word text extraction options.
Object Model
Syntax
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")>
<SuppressMessageAttribute(Category="Microsoft.StyleCop.CSharp.MaintainabilityRules",
CheckId="SA1402:FileMayOnlyContainASingleClass",
Scope="",
Target="",
MessageId="",
Justification="This is logical groupping.")>
Public Class ImGearWordTextExtractionOptions
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")]
[SuppressMessage(Category="Microsoft.StyleCop.CSharp.MaintainabilityRules",
CheckId="SA1402:FileMayOnlyContainASingleClass",
Scope="",
Target="",
MessageId="",
Justification="This is logical groupping.")]
public class ImGearWordTextExtractionOptions
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")]
[SuppressMessage(Category="Microsoft.StyleCop.CSharp.MaintainabilityRules",
CheckId="SA1402:FileMayOnlyContainASingleClass",
Scope="",
Target="",
MessageId="",
Justification="This is logical groupping.")]
public __gc class ImGearWordTextExtractionOptions
[SuppressMessage(Category="Microsoft.Naming",
CheckId="CA1709:IdentifiersShouldBeCasedCorrectly",
Scope="",
Target="",
MessageId="Im",
Justification="ImageGear has own naming rules.")]
[SuppressMessage(Category="Microsoft.StyleCop.CSharp.MaintainabilityRules",
CheckId="SA1402:FileMayOnlyContainASingleClass",
Scope="",
Target="",
MessageId="",
Justification="This is logical groupping.")]
public ref class ImGearWordTextExtractionOptions
Inheritance Hierarchy
System.Object
ImageGear.Formats.Office.ImGearWordTextExtractionOptions
See Also