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

FramePen Property






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 PDFPen FramePen {get; set;}
 get_FramePen();
set_FramePen(value);
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: 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

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

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