LEADTOOLS PDF (Leadtools.Pdf assembly)

FramePen Property

Show in webframe





Gets or sets the pen for the bounding rectangle of text annotation.
Syntax
public PDFPen FramePen {get; set;}
'Declaration
 
Public Property FramePen As PDFPen
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As PDFPen
 
instance.FramePen = value
 
value = instance.FramePen

            

            
public:
property PDFPen FramePen {
   PDFPen get();
   void set (    PDFPen value);
}

Property Value

A PDFPen that represents pen properties for the bounding rectangle of text annotation.
Example

For an example, refer to PDFTextAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


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