Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

DocumentTextMode Enumeration








Specifies the document text mode.
Syntax
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentTextMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DocumentTextMode
typedef NS_ENUM(NSInteger, LTDocumentTextMode)
public enum DocumentTextMode
Leadtools.Forms.DocumentWriters.DocumentTextMode = function() { };
Leadtools.Forms.DocumentWriters.DocumentTextMode.prototype = {<br/>
  Auto = 0,
	NonFramed = 1,
	Framed = 2,
	
 };
Members
ValueMemberDescription
0Auto The document will be automatically have framed/non-framed text in the resulting Doc/Docx/Rtf documents (this is not implemented currently, so Auto will be equivalent to NonFramed).
1NonFramed Flow text in the resulting Doc/Docx/Rtf documents.
2Framed Set frame the text blocks (use text box objects) in the resulting Doc/Docx/Rtf documents.
Remarks

Use this option to set/retrieve the text mode in DocDocumentOptions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.DocumentTextMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features