Class PdfBoolObject
- Namespace
- GrapeCity.Documents.Pdf.Spec
- Assembly
- GcDocs.Pdf.dll
Represents a PDF Bool indirect object.
public class PdfBoolObject : PdfIndirectObject<PdfBool>, IPdfBool
- Inheritance
-
object
PdfBoolObject
- Implements
-
- Inherited Members
-
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
- Extension Methods
-
Constructors
PdfBoolObject(PdfBool)
public PdfBoolObject(PdfBool value)
Parameters
value
PdfBool
The value of Bool.
Properties
Bool
Gets the underlying PdfBool object.
public PdfBool Bool { get; }
Property Value
- PdfBool