Writes the markup attributes of the specified MarkupAttributes
object to the stream.
Namespace: iTextSharp.textAssembly: 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