←Select platform

Pen Property

Summary

Pen of this annotation.

Syntax
C#
VB
C++
Java
public PDFPen Pen { get; set; } 
Public Property Pen As PDFPen 
public PDFPen getPen() 
public void setPen(PDFPen pen) 
public: 
property PDFPen Pen { 
   PDFPen get(); 
   void set (    PDFPen ); 
} 

Property Value

A PDFPen that represents pen properties for this annotation.

Example

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly