PdfTranslationSession Constructor |
Constructs a new PdfTranslationSession object.
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 PdfTranslationSession(
PdfTranslator owner
)
Public Sub New (
owner As PdfTranslator
)
Parameters
- owner
- Type: Atalasoft.OcrPdfTranslator
The translator that is using this session.
Remarks This object is used internally. In typical usage, a client need not use this object directly.
See Also