LEADTOOLS PDF (Leadtools.Pdf assembly)

Pen Property (PDFPolygonAnnotation)

Show in webframe





Gets or sets the pen of this annotation.
Syntax
public PDFPen Pen {get; set;}
'Declaration
 
Public Property Pen As PDFPen
'Usage
 
Dim instance As PDFPolygonAnnotation
Dim value As PDFPen
 
instance.Pen = value
 
value = instance.Pen

            

            
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 PDFPolygonAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFPolygonAnnotation Class
PDFPolygonAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.