'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); }