←Select platform

PlainText Property

Summary

Discards font information so the text will be written without any font style.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="plainText")] 
public bool PlainText {get; set;} 
<DataMemberAttribute(Name:="plainText")>  
Public Property PlainText() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"plainText")] 
   property bool PlainText 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to discard font information, causing the text to be written without any font style; otherwise, false. The default value is false.

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