HiQPdf Documentation

HtmlElementAttribute Constructor (String, String)

Quickly Create High Quality PDFs
Constructs a HTML element attribute with the given name and value

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

public HtmlElementAttribute(
	string attributeName,
	string attributeValue
)

Parameters

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

Reference