In This Topic
Gets the Boolean value associated with the specified key. If the value does not exist or cannot be converted to a Boolean, returns defValue (which can be null).
Overload List
Overload | Description |
GetBool(IPdfDict,PdfName,Boolean) | Gets the Boolean value associated with the specified key. If the value does not exist or cannot be converted to a Boolean, returns (which can be null). |
GetBool(IPdfDict,PdfName,Nullable<Boolean>) | Gets the nullable Boolean value associated with the specified key. If the value does not exist or cannot be converted to a Boolean, returns (which can be null). |
See Also