HiQPdf Documentation

HtmlElementAttributesCollectionAddAttribute Method

Quickly Create High Quality PDFs
Add a new HTML element attribute with the given name and value to collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AddAttribute(
	string attributeName,
	string attributeValue
)

Parameters

attributeName
Type: SystemString
The attribute name
attributeValue
Type: SystemString
The attribute value
See Also

Reference