C#
VB
C++
Indicates the type of the LTD file.
[SerializableAttribute()]
[DataContractAttribute()]
public enum LtdDocumentType
<SerializableAttribute(),
DataContractAttribute()>
Public Enum LtdDocumentType
public:
[SerializableAttribute,
DataContractAttribute]
enum class LtdDocumentType sealed
Members
Value | Member | Description |
---|---|---|
0 | Ocr | The LTD file was created through the LEADTOOLS OCR engine and contains the data of OCR pages. |
1 | Svg | The LTD file was created directly through the document writer and contains SVG pages only. |
2 | Raster | The LTD file was created directly through the document writer and contains raster pages only. |
3 | Mixed | The LTD file was created directly through the document writer and contains SVG and raster pages. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET