[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfBoolExt

Class IPdfBoolExt

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

Contains extension methods for the IPdfBool interface, allows working with PdfBool and PdfBoolObject in the same way.

public static class IPdfBoolExt
Inheritance
object
IPdfBoolExt
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

AsBool(IPdfBool)

Converts the IPdfBool to bool.

public static bool AsBool(this IPdfBool pb)

Parameters

pb IPdfBool

Returns

bool