ImageGear .NET v24.14 - Updated
ImGearPDFWordFinderVersion Enumeration




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFWordFinderVersion Enumeration
Specifies word finder algorithm versions.
Syntax
'Declaration
 
Public Enum ImGearPDFWordFinderVersion 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPDFWordFinderVersion
public enum ImGearPDFWordFinderVersion : System.Enum 
__value public enum ImGearPDFWordFinderVersion : public System.Enum 
public enum class ImGearPDFWordFinderVersion : public System.Enum 
Members
MemberDescription
LATEST_VERSIONThe latest version.
VERSION_2Compatible with Acrobat 3 and 4.
VERSION_3Compatible with Acrobat 5 w/o accessibility enabled. Includes improved word piecing algorithms.
VERSION_4Compatible with Acrobat 5 with accessibility enabled. Includes advanced word ordering algorithms.
Remarks
Use LATEST_VERSION if your client does not care.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDFWordFinderVersion

See Also

Reference

ImageGear.Formats.PDF Namespace