Represents a PDF name value.
Inheritance Hierarchy
PdfEdit.Pdf.PdfItem
PdfEdit.Pdf.PdfName
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The PdfName type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PdfName() |
Initializes a new instance of the PdfName class.
|
![]() | PdfName(String) |
Initializes a new instance of the PdfName class.
Parameter value always must start with a '/'.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates a copy of this object.
(Inherited from PdfItem.) |
![]() | Equals |
Determines whether the specified object is equal to this name.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the name. The string always begins with a slash.
(Overrides Object.ToString().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the specified name and string are equal.
|
![]() ![]() | Inequality |
Determines whether the specified name and string are not equal.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Represents the empty name.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | Comparer |
Gets the comparer for this type.
|
![]() | Value |
Gets the name as a string.
|
See Also