[]
Represents a PDF Bool indirect object.
public class PdfBoolObject : PdfIndirectObject<PdfBool>, IPdfBool
Initializes a new instance of the PdfBoolObject class.
public PdfBoolObject(PdfBool value)
Gets the underlying PdfBool object.
public PdfBool Bool { get; }