Character table by name.
Inheritance Hierarchy
PdfEdit.Pdf.IOChars
Namespace: PdfEdit.Pdf.IO
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The Chars type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Chars | Initializes a new instance of the Chars class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| At |
The at sign.
| |
| BackSlash |
The back slash.
| |
| Bar |
The bar character.
| |
| BEL |
The bell character.
| |
| BraceLeft |
The left brace.
| |
| BraceRight |
The right brace.
| |
| BracketLeft |
The left bracket.
| |
| BracketRight |
The right bracket.
| |
| BS |
The backspace character.
| |
| Colon |
The colon.
| |
| CR |
The carriage return character (ignored by lexer).
| |
| Currency |
The currency sign.
| |
| Dollar |
The dollar sign.
| |
| EOF |
The EOF marker.
| |
| Equal |
The equal sign.
| |
| FF |
The form feed character.
| |
| Greater |
The greater-than sign.
| |
| HT |
The horizontal tab character.
| |
| Hyphen |
The hyphen.
| |
| Less |
The less-than sign.
| |
| LF |
The line feed character.
| |
| NonBreakableSpace |
The non-breakable space character (aka no-break space or non-breaking space).
| |
| NUL |
The null byte.
| |
| NumberSign |
The number sign.
| |
| ParenLeft |
The left parenthesis.
| |
| ParenRight |
The right parenthesis.
| |
| Percent |
The percent sign.
| |
| Period |
The period.
| |
| Question |
The question mark.
| |
| QuoteDbl |
The double quote character.
| |
| QuoteSingle |
The single quote character.
| |
| Semicolon |
The semicolon.
| |
| Slash |
The slash.
| |
| SoftHyphen |
The soft hyphen.
| |
| SP |
The space character.
| |
| VT |
The vertical tab character.
|
See Also