←Select platform

FramePen Property

Summary

Pen for the bounding rectangle of text annotation.

Syntax

C#
VB
Java
C++
public PDFPen FramePen { get; set; } 
Public Property FramePen As Leadtools.Pdf.PDFPen 
public PDFPen getFramePen() 
public void setFramePen(PDFPen pen) 
             
public: 
property Leadtools.Pdf.PDFPen FramePen { 
   Leadtools.Pdf.PDFPen get(); 
   void set (    Leadtools.Pdf.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly