| PdfTypeDictionaryGetIntegerBy Method |
Gets the element with the specified key and returns it as an integer value.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public int GetIntegerBy(
string key
)
Public Function GetIntegerBy (
key As String
) As Integer
public:
int GetIntegerBy(
String^ key
)
member GetIntegerBy :
key : string -> int
public int GetIntegerBy(
String key
)
function GetIntegerBy(key);
Parameters
- key String
- The key of the element to get.
Return Value
Int32The integer value located at the specified key.
Exceptions See Also