Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

PlainText Property








Enables or disables loading pages from the PST file as plain text.
Syntax
public bool PlainText {get; set;}
'Declaration
 
Public Property PlainText As Boolean
'Usage
 
Dim instance As CodecsPstLoadOptions
Dim value As Boolean
 
instance.PlainText = value
 
value = instance.PlainText
public bool PlainText {get; set;}
public boolean isPlainText()
public void setPlainText(boolean plainText)
            
 <br/>get_PlainText();<br/>set_PlainText(value);<br/>Object.defineProperty('PlainText'); 
public:
property bool PlainText {
   bool get();
   void set (    bool value);
}

Property Value

true to load pages from the PST file as plain text which will ignore non-text content (images, vectors, etc.), false to load non-text data (Original message format HTML, RTF or Plain text). Default value is false.
Example
For an example, refer to CodecsPstOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPstLoadOptions Class
CodecsPstLoadOptions Members

Error processing SSI file