Click or drag to resize

PdfInteractiveFormsGetFieldByDict Method

Gets the Field with the specified dictionary.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public PdfField GetFieldByDict(
	PdfTypeDictionary dict
)

Parameters

dict  PdfTypeDictionary
Field's dictionary

Return Value

PdfField
Found field or null if nothing found.
See Also