 | PdfInteractiveFormsGetFieldByDict Method |
Gets the Field with the specified dictionary.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.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
- Type: Patagames.Pdf.Net.BasicTypesPdfTypeDictionary
Field's dictionary
Return Value
Type:
PdfFieldFound field or null if nothing found.
See Also