|
PdfSharp-GDI
1.31.7289
|
Represents a direct text string value. More...
Public Member Functions | |
| PdfString () | |
| Initializes a new instance of the PdfString class. More... | |
| PdfString (string value) | |
| Initializes a new instance of the PdfString class. More... | |
| PdfString (string value, PdfStringEncoding encoding) | |
| Initializes a new instance of the PdfString class. More... | |
| override string | ToString () |
| Returns the string. More... | |
| string | ToStringFromPdfDocEncoded () |
| Hack for document encoded bookmarks. More... | |
Public Member Functions inherited from PdfSharp.Pdf.PdfItem | |
| PdfItem | Clone () |
| Creates a copy of this object. More... | |
Properties | |
| int? | Length [get] |
| Gets the number of characters in this string. More... | |
| PdfStringEncoding | Encoding [get] |
| Gets the encoding. More... | |
| bool | HexLiteral [get] |
| Gets a value indicating whether the string is a hexadecimal literal. More... | |
| string? | Value [get] |
| Gets the string 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 text string value.
| PdfSharp.Pdf.PdfString.PdfString | ( | ) |
Initializes a new instance of the PdfString class.
| PdfSharp.Pdf.PdfString.PdfString | ( | string | value | ) |
Initializes a new instance of the PdfString class.
| value | The value. |
| PdfSharp.Pdf.PdfString.PdfString | ( | string | value, |
| PdfStringEncoding | encoding | ||
| ) |
Initializes a new instance of the PdfString class.
| value | The value. |
| encoding | The encoding. |
| override string PdfSharp.Pdf.PdfString.ToString | ( | ) |
Returns the string.
| string PdfSharp.Pdf.PdfString.ToStringFromPdfDocEncoded | ( | ) |
Hack for document encoded bookmarks.
|
get |
Gets the encoding.
|
get |
Gets a value indicating whether the string is a hexadecimal literal.
|
get |
Gets the number of characters in this string.
|
get |
Gets the string value.