Writes the markup attributes of the specified MarkupAttributes object to the stream.

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

Syntax

C#
protected bool WriteMarkupAttributes(
	Properties markup
)
Visual Basic
Protected Function WriteMarkupAttributes ( _
	markup As Properties _
) As Boolean
Visual C++
protected:
bool WriteMarkupAttributes(
	Properties^ markup
)

Parameters

markup
Type: System.util..::..Properties

Return Value

See Also