←Select platform

LtdDocumentType Enumeration

Summary

Indicates the type of the LTD file.

Syntax
C#
Objective-C
C++/CLI
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum LtdDocumentType 
typedef NS_ENUM(NSInteger, LTLtdDocumentType) { 
 LTLtdDocumentTypeOcr = 0,  
 LTLtdDocumentTypeSvg = 1,  
 LTLtdDocumentTypeRaster = 2,  
 LTLtdDocumentTypeMixed = 3 
}; 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class LtdDocumentType sealed 
class LtdDocumentType(Enum): 
   Ocr = 0 
   Svg = 1 
   Raster = 2 
   Mixed = 3 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.