←Select platform

FramePen Property

Summary
Pen for the bounding rectangle of text annotation.
Syntax
C#
VB
C++
Java
public PDFPen FramePen { get; set; } 
Public Property FramePen As PDFPen 
public PDFPen getFramePen(); 
public void setFramePen( 
   PDFPen pDFPen 
); 
public: 
property PDFPen FramePen { 
   PDFPen get(); 
   void set (    PDFPen ); 
} 

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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.