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