Click or drag to resize

PdfTranslationSessionSessionID Property

Returns a session ID for this session.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int SessionID { get; }

Property Value

Type: Int32
Remarks
The session ID is used for tracking temporary files by the translator. There is typically no need to call this method in client code.
See Also