LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Pen Property (PDFPolylineAnnotation)






Gets or sets the pen of this annotation.
Syntax
public PDFPen Pen {get; set;}
'Declaration
 
Public Property Pen As PDFPen
'Usage
 
Dim instance As PDFPolylineAnnotation
Dim value As PDFPen
 
instance.Pen = value
 
value = instance.Pen
public PDFPen Pen {get; set;}
 get_Pen();
set_Pen(value);
public:
property PDFPen Pen {
   PDFPen get();
   void set (    PDFPen value);
}

Property Value

A PDFPen that represents pen properties for this annotation.
Example

For an example, refer to PDFPolylineAnnotation.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPolylineAnnotation Class
PDFPolylineAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.