| PdfTypeDictionaryGetBooleanBy Method |
Gets the element with the specified key and returns it as a boolean value.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool GetBooleanBy(
string key
)
Public Function GetBooleanBy (
key As String
) As Boolean
public:
bool GetBooleanBy(
String^ key
)
member GetBooleanBy :
key : string -> bool
public boolean GetBooleanBy(
String key
)
function GetBooleanBy(key);
Parameters
- key String
- The key of the element to get
Return Value
BooleanThe boolean value located at the specified key.
Exceptions See Also