Click or drag to resize

PdfFieldCollectionsGetFieldByDict Method

Search collection for the field with the specified dictionary.

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

Parameters

dict  PdfTypeDictionary
Field's dictionary

Return Value

PdfField
Found field or null if nothing found.
See Also