ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearPowerPointTextExtractionOptions Class / ExtractionMethod Property




In This Topic
    ExtractionMethod Property
    In This Topic
    Gets or sets text extraction method.
    Syntax
    'Declaration
     
    Public Property ExtractionMethod As ImGearPowerPointTextExtractionMethod
    'Usage
     
    Dim instance As ImGearPowerPointTextExtractionOptions
    Dim value As ImGearPowerPointTextExtractionMethod
     
    instance.ExtractionMethod = value
     
    value = instance.ExtractionMethod
    public ImGearPowerPointTextExtractionMethod ExtractionMethod {get; set;}
    public: __property ImGearPowerPointTextExtractionMethod get_ExtractionMethod();
    public: __property void set_ExtractionMethod( 
       ImGearPowerPointTextExtractionMethod value
    );
    public:
    property ImGearPowerPointTextExtractionMethod ExtractionMethod {
       ImGearPowerPointTextExtractionMethod get();
       void set (    ImGearPowerPointTextExtractionMethod value);
    }
    Remarks
    See Also