PdfSharp-WPF
1.31.7289
|
Represents a direct boolean value. More...
Public Member Functions | |
PdfBoolean () | |
Initializes a new instance of the PdfBoolean class. More... | |
PdfBoolean (bool value) | |
Initializes a new instance of the PdfBoolean class. More... | |
override string | ToString () |
Returns 'false' or 'true'. More... | |
Public Member Functions inherited from PdfSharp.Pdf.PdfItem | |
PdfItem | Clone () |
Creates a copy of this object. More... | |
Static Public Attributes | |
static readonly PdfBoolean | True = new PdfBoolean(true) |
A pre-defined value that represents true . More... | |
static readonly PdfBoolean | False = new PdfBoolean(false) |
A pre-defined value that represents false . More... | |
Properties | |
bool | Value [get] |
Gets the value of this instance as boolean value. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PdfSharp.Pdf.PdfItem | |
virtual object | Copy () |
Implements the copy mechanism. Must be overridden in derived classes. More... | |
Represents a direct boolean value.
PdfSharp.Pdf.PdfBoolean.PdfBoolean | ( | ) |
Initializes a new instance of the PdfBoolean class.
PdfSharp.Pdf.PdfBoolean.PdfBoolean | ( | bool | value | ) |
Initializes a new instance of the PdfBoolean class.
override string PdfSharp.Pdf.PdfBoolean.ToString | ( | ) |
Returns 'false' or 'true'.
|
static |
A pre-defined value that represents false
.
|
static |
A pre-defined value that represents true
.
|
get |
Gets the value of this instance as boolean value.