PdfSharp-WPF
1.31.7289
|
Represents an indirect boolean value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object. More...
Public Member Functions | |
PdfBooleanObject () | |
Initializes a new instance of the PdfBooleanObject class. More... | |
PdfBooleanObject (bool value) | |
Initializes a new instance of the PdfBooleanObject class. More... | |
PdfBooleanObject (PdfDocument document, bool value) | |
Initializes a new instance of the PdfBooleanObject class. More... | |
override string | ToString () |
Returns "false" or "true". More... | |
Public Member Functions inherited from PdfSharp.Pdf.PdfObject | |
new PdfObject | Clone () |
Creates a copy of this object. The clone does not belong to a document, i.e. its owner and its iref are null. More... | |
Public Member Functions inherited from PdfSharp.Pdf.PdfItem | |
PdfItem | Clone () |
Creates a copy of this object. More... | |
Properties | |
bool | Value [get] |
Gets the value of this instance as boolean value. More... | |
Properties inherited from PdfSharp.Pdf.PdfObject | |
virtual PdfDocument | Owner [get] |
Gets the PdfDocument this object belongs to. More... | |
bool | IsIndirect [get] |
Indicates whether the object is an indirect object. More... | |
PdfObjectInternals | Internals [get] |
Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument. More... | |
PdfReference | Reference [get, set] |
Gets the indirect reference of this object. If the value is null, this object is a direct object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PdfSharp.Pdf.PdfObject | |
PdfObject () | |
Initializes a new instance of the PdfObject class. More... | |
PdfObject (PdfDocument document) | |
Initializes a new instance of the PdfObject class. More... | |
PdfObject (PdfObject obj) | |
Initializes a new instance from an existing object. Used for object type transformation. More... | |
override object | Copy () |
Implements the copy mechanism. Must be overridden in derived classes. More... | |
Represents an indirect boolean value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object.
PdfSharp.Pdf.PdfBooleanObject.PdfBooleanObject | ( | ) |
Initializes a new instance of the PdfBooleanObject class.
PdfSharp.Pdf.PdfBooleanObject.PdfBooleanObject | ( | bool | value | ) |
Initializes a new instance of the PdfBooleanObject class.
PdfSharp.Pdf.PdfBooleanObject.PdfBooleanObject | ( | PdfDocument | document, |
bool | value | ||
) |
Initializes a new instance of the PdfBooleanObject class.
override string PdfSharp.Pdf.PdfBooleanObject.ToString | ( | ) |
Returns "false" or "true".
|
get |
Gets the value of this instance as boolean value.