ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback