ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWordFinder Class : CreateUnicode Method |
'Declaration Public Shared Function CreateUnicode( _ ByVal document As ImGearPDFDocument, _ ByVal algorithmVersion As ImGearPDFWordFinderVersion, _ ByVal options As ImGearPDFContextFlags _ ) As ImGearPDFWordFinder
'Usage Dim document As ImGearPDFDocument Dim algorithmVersion As ImGearPDFWordFinderVersion Dim options As ImGearPDFContextFlags Dim value As ImGearPDFWordFinder value = ImGearPDFWordFinder.CreateUnicode(document, algorithmVersion, options)
public static ImGearPDFWordFinder CreateUnicode( ImGearPDFDocument document, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
public: static ImGearPDFWordFinder* CreateUnicode( ImGearPDFDocument* document, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )
public: static ImGearPDFWordFinder^ CreateUnicode( ImGearPDFDocument^ document, ImGearPDFWordFinderVersion algorithmVersion, ImGearPDFContextFlags options )