←Select platform

Pen Property

Summary

Pen of this annotation.

Syntax

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

Property Value

A PDFPen that represents pen properties for this annotation.

Example

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly