| 
    PdfSharp-GDI
    1.31.7289
    
   | 
 
Represents a PDF name value. More...
  
Classes | |
| class | PdfXNameComparer | 
| Implements a comparer that compares PdfName objects.  More... | |
Public Member Functions | |
| PdfName () | |
| Initializes a new instance of the PdfName class.  More... | |
| PdfName (string value) | |
| Initializes a new instance of the PdfName class.  More... | |
| override bool | Equals (object obj) | 
| Determines whether the specified object is equal to this name.  More... | |
| override int | GetHashCode () | 
| Returns the hash code for this instance.  More... | |
| override string | ToString () | 
| Returns the name. The string always begins with a slash.  More... | |
  Public Member Functions inherited from PdfSharp.Pdf.PdfItem | |
| PdfItem | Clone () | 
| Creates a copy of this object.  More... | |
Static Public Member Functions | |
| static bool | operator== (PdfName name, string str) | 
| Determines whether the specified name and string are equal.  More... | |
| static bool | operator!= (PdfName name, string str) | 
| Determines whether the specified name and string are not equal.  More... | |
Static Public Attributes | |
| static readonly PdfName | Empty = new PdfName("/") | 
| Represents the empty name.  More... | |
Properties | |
| string | Value [get] | 
| Gets the name as a string.  More... | |
| static PdfXNameComparer | Comparer [get] | 
| Gets the comparer for this type.  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 PDF name value.
| PdfSharp.Pdf.PdfName.PdfName | ( | ) | 
Initializes a new instance of the PdfName class.
| PdfSharp.Pdf.PdfName.PdfName | ( | string | value | ) | 
Initializes a new instance of the PdfName class.
| override bool PdfSharp.Pdf.PdfName.Equals | ( | object | obj | ) | 
Determines whether the specified object is equal to this name.
| override int PdfSharp.Pdf.PdfName.GetHashCode | ( | ) | 
Returns the hash code for this instance.
      
  | 
  static | 
Determines whether the specified name and string are not equal.
      
  | 
  static | 
Determines whether the specified name and string are equal.
| override string PdfSharp.Pdf.PdfName.ToString | ( | ) | 
Returns the name. The string always begins with a slash.
      
  | 
  staticget | 
Gets the comparer for this type.
      
  | 
  get | 
Gets the name as a string.