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,
	Image value
)
Visual Basic
Public Sub New ( _
	name As String, _
	value As Image _
)
Visual C++
public:
RtfShapeProperty(
	String^ name, 
	Image^ value
)

Parameters

name
Type: System..::..String
value
Type: iTextSharp.text..::..Image

See Also