| PdfTypeDictionaryGetBy Method |
Gets the element with the specified key.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfTypeBase GetBy(
string key
)
Public Function GetBy (
key As String
) As PdfTypeBase
public:
PdfTypeBase^ GetBy(
String^ key
)
member GetBy :
key : string -> PdfTypeBase
public PdfTypeBase GetBy(
String key
)
Parameters
- key String
- The key of the element to get.
Return Value
PdfTypeBaseThe element with the specified key.
Exceptions See Also