Chars ClassTerminal Works - PDF Printing.Net Library
Character table by name.
Inheritance Hierarchy

SystemObject
  PdfEdit.Pdf.IOChars

Namespace: PdfEdit.Pdf.IO
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class Chars

The Chars type exposes the following members.

Constructors

  NameDescription
Public methodChars
Initializes a new instance of the Chars class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberAt
The at sign.
Public fieldStatic memberBackSlash
The back slash.
Public fieldStatic memberBar
The bar character.
Public fieldStatic memberBEL
The bell character.
Public fieldStatic memberBraceLeft
The left brace.
Public fieldStatic memberBraceRight
The right brace.
Public fieldStatic memberBracketLeft
The left bracket.
Public fieldStatic memberBracketRight
The right bracket.
Public fieldStatic memberBS
The backspace character.
Public fieldStatic memberColon
The colon.
Public fieldStatic memberCR
The carriage return character (ignored by lexer).
Public fieldStatic memberCurrency
The currency sign.
Public fieldStatic memberDollar
The dollar sign.
Public fieldStatic memberEOF
The EOF marker.
Public fieldStatic memberEqual
The equal sign.
Public fieldStatic memberFF
The form feed character.
Public fieldStatic memberGreater
The greater-than sign.
Public fieldStatic memberHT
The horizontal tab character.
Public fieldStatic memberHyphen
The hyphen.
Public fieldStatic memberLess
The less-than sign.
Public fieldStatic memberLF
The line feed character.
Public fieldStatic memberNonBreakableSpace
The non-breakable space character (aka no-break space or non-breaking space).
Public fieldStatic memberNUL
The null byte.
Public fieldStatic memberNumberSign
The number sign.
Public fieldStatic memberParenLeft
The left parenthesis.
Public fieldStatic memberParenRight
The right parenthesis.
Public fieldStatic memberPercent
The percent sign.
Public fieldStatic memberPeriod
The period.
Public fieldStatic memberQuestion
The question mark.
Public fieldStatic memberQuoteDbl
The double quote character.
Public fieldStatic memberQuoteSingle
The single quote character.
Public fieldStatic memberSemicolon
The semicolon.
Public fieldStatic memberSlash
The slash.
Public fieldStatic memberSoftHyphen
The soft hyphen.
Public fieldStatic memberSP
The space character.
Public fieldStatic memberVT
The vertical tab character.
Top
See Also

Reference