 | PdfInteractiveFormsGetFieldByDict Method |
Gets the Field with the specified dictionary.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic PdfField GetFieldByDict(
PdfTypeDictionary dict
)
Public Function GetFieldByDict (
dict As PdfTypeDictionary
) As PdfField
public:
PdfField^ GetFieldByDict(
PdfTypeDictionary^ dict
)
member GetFieldByDict :
dict : PdfTypeDictionary -> PdfField public PdfField GetFieldByDict(
PdfTypeDictionary dict
)
function GetFieldByDict(dict);
Parameters
- dict PdfTypeDictionary
- Field's dictionary
Return Value
PdfFieldFound field or null if nothing found.
See Also