←Select platform

Italic Property

Summary
Indicates whether the annotation text has an italic font or not.
Syntax
C#
VB
C++
Java
public bool Italic { get; set; } 
Public Property Italic As Boolean 
public boolean getItalic(); 
public void setItalic( 
   boolean booleanValue 
); 
public: 
property bool Italic { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true the text has italic font; otherwise, it is false. The default value is false.

Example

For an example, refer to PDFTextAnnotation.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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