←Select platform

LtdDocumentType Enumeration

Summary

Indicates the type of the LTD file.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum LtdDocumentType 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum LtdDocumentType 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class LtdDocumentType sealed 

Members

ValueMemberDescription
0OcrThe LTD file was created through the LEADTOOLS OCR engine and contains the data of OCR pages.
1SvgThe LTD file was created directly through the document writer and contains SVG pages only.
2RasterThe LTD file was created directly through the document writer and contains raster pages only.
3MixedThe LTD file was created directly through the document writer and contains SVG and raster pages.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly