Initializes a new instance of the RtfDestinationStylesheetTable class

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

Syntax

C#
public RtfDestinationStylesheetTable(
	RtfParser parser,
	string type
)
Visual Basic
Public Sub New ( _
	parser As RtfParser, _
	type As String _
)
Visual C++
public:
RtfDestinationStylesheetTable(
	RtfParser^ parser, 
	String^ type
)

See Also