Xfinium.Pdf.Core.Cos Namespace > PdfCosDictionary Class : GetKeyValueAsBool(PdfCosName,Boolean) Method |
'Declaration
Public Function GetKeyValueAsBool( _ ByVal key As PdfCosName, _ ByVal defaultValue As Boolean _ ) As Boolean
'Usage
Dim instance As PdfCosDictionary Dim key As PdfCosName Dim defaultValue As Boolean Dim value As Boolean value = instance.GetKeyValueAsBool(key, defaultValue)
public bool GetKeyValueAsBool( PdfCosName key, bool defaultValue )
public: bool GetKeyValueAsBool( PdfCosName^ key, bool defaultValue )
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library