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; }
Public ReadOnly Property SessionID As Integer
Get
Property Value
Type:
Int32Remarks 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