ImageGear .NET v24.12 - Updated
ExtractionMethod Property




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearPowerPointTextExtractionOptions Class : ExtractionMethod Property
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
The default is ImGearPowerPointTextExtractionMethod.ParagraphOrder.
See Also

Reference

ImGearPowerPointTextExtractionOptions Class
ImGearPowerPointTextExtractionOptions Members