PdfName ClassTerminal Works - PDF Printing.Net Library
Represents a PDF name value.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.PdfPdfName

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

public sealed class PdfName : PdfItem

The PdfName type exposes the following members.

Constructors

  NameDescription
Public methodPdfName
Initializes a new instance of the PdfName class.
Public methodPdfName(String)
Initializes a new instance of the PdfName class. Parameter value always must start with a '/'.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of this object.
(Inherited from PdfItem.)
Public methodEquals
Determines whether the specified object is equal to this name.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the name. The string always begins with a slash.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether the specified name and string are equal.
Public operatorStatic memberInequality
Determines whether the specified name and string are not equal.
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
Represents the empty name.
Top
Properties

  NameDescription
Public propertyStatic memberComparer
Gets the comparer for this type.
Public propertyValue
Gets the name as a string.
Top
See Also

Reference