HiQPdf Documentation

HttpPostFieldsCollectionAddPostField Method

Quickly Create High Quality PDFs
Add a new HTTP POST field with given name and value to collection

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

public void AddPostField(
	string postFieldName,
	string postFieldValue
)

Parameters

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

Reference