Initializes a new instance of the RtfShapeProperty class

Namespace: iTextSharp.text.rtf.graphic
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RtfShapeProperty(
	string name,
	Point[] value
)
Visual Basic
Public Sub New ( _
	name As String, _
	value As Point() _
)
Visual C++
public:
RtfShapeProperty(
	String^ name, 
	array<Point>^ value
)

Parameters

name
Type: System..::..String
value
Type: array<System.Drawing..::..Point>[]()[][]

See Also