[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfBoolObject

Class PdfBoolObject

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

Represents a PDF Bool indirect object.

public class PdfBoolObject : PdfIndirectObject<PdfBool>, IPdfBool
Inheritance
PdfBoolObject
Implements
Inherited Members
Extension Methods

Constructors

PdfBoolObject(PdfBool)

Initializes a new instance of the PdfBoolObject class.

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