HiQPdf Documentation

HttpPostField Constructor (String, String)

Quickly Create High Quality PDFs
Constructs a HTTP POST field with the given name and value

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

public HttpPostField(
	string postFieldName,
	string postFieldValue
)

Parameters

postFieldName
Type: SystemString
The POST field name
postFieldValue
Type: SystemString
The POST field value
See Also

Reference