Name | Description | |
---|---|---|
PdfName Constructor | Overloaded. |
The following tables list the members exposed by PdfName.
Name | Description | |
---|---|---|
PdfName Constructor | Overloaded. |
Name | Description | |
---|---|---|
s_EmptyPdfNameArray | Gets the empty array of PdfName objects. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the PdfString. | |
Item | Gets or sets the byte at the specified index. |
Name | Description | |
---|---|---|
AreAllPdfNamesUnique | Checks whether all PdfName objects are unique. | |
Contains | Determines whether a byte is in the PdfString. | |
CopyTo | Copies the entire PdfString to a compatible one-dimensional array, starting at the specified index of the target array. | |
Equals | Overloaded. Checks whether this PdfName equals to value. | |
GetHashCode | Serves as the default hash function. | |
GetOrCreate | Overloaded. Creates a new PdfName or returns existing predefined Standard Name. | |
IsNullOrEmpty | Returns true if value is null or empty (zero length). | |
IsValidChar | Checks whether the specified byte is valid and can be written to the PDF stream without '#' prefix. | |
ToString | Returns a string that represents the current object. |
Equality | The equality operator. |
Inequality | The inequality operator. |