Click or drag to resize

ComTextParserParseFromImage Method (String)

Parses COM Text data from an image file.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ComTextCollection ParseFromImage(
	string imageFile
)

Parameters

imageFile
Type: SystemString
The image file to parse data from.

Return Value

Type: ComTextCollection
Returns a ComTextCollection containing all COM Text data.
See Also