Write3DPDF.AddFrame Method

Draw a rectangular frame inside the page.
Protected Sub AddFrame( _ 
ByVal pageIndex As Integer, _ 
ByVal bottomLeft As Point2D, _ 
ByVal topRight As Point2D, _ 
ByVal color As Color, _ 
Optional ByVal thickness As Double = 2 _ 
)
This language is not supported or no code example is available.
protected void AddFrame( 
int pageIndex
Point2D bottomLeft
Point2D topRight
Color color
double thickness = 2 
)
This language is not supported or no code example is available.

Parameters

pageIndex
int

Page index

bottomLeft
Point2D

Bottom-left corner in point unit

topRight
Point2D

Top-right corner in point unit

color
Color

Line color

thickness
double

Line thickness

.NET Framework

Supported in: 4.8

In this article

Definition