LEADTOOLS PDF (Leadtools.Pdf assembly)

Pen Property (PDFPencilAnnotation)

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 PDFPencilAnnotation
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 the pen properties for this annotation.
Example

For an example, refer to PDFPencilAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFPencilAnnotation Class
PDFPencilAnnotation Members

 

 


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