HiQPdf Documentation

HttpPostFieldsCollectionItem Property

Quickly Create High Quality PDFs
Get the HTTP POST field at given index in collection

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

public HttpPostField this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index in collection

Return Value

Type: HttpPostField
The HTTP POST field at the index or null if the index is out of bounds
See Also

Reference