Skip to main content
Skip table of contents

PdfName

PdfName Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfName[[PdfName]]
  iTextSharp.text.pdf.PdfObject[[PdfObject]]
  class iTextSharp.text.pdf.PdfObject abstractStyle;
  end
  subgraph System
System.IComparable_1[[IComparable]]
  end
System.IComparable_1 --> iTextSharp.text.pdf.PdfName
iTextSharp.text.pdf.PdfObject --> iTextSharp.text.pdf.PdfName

Members

Methods

Public methods
ReturnsName
intCompareTo(PdfName name)
boolEquals(object obj)
intGetHashCode()
Public Static methods
ReturnsName
stringDecodeName(string name)
byte``[]EncodeName(string name)

Details

Inheritance

Constructors

PdfName [1/3]

Source code

public PdfName(string name)
Arguments
TypeNameDescription
stringname
PdfName [2/3]

Source code

public PdfName(string name, bool lengthCheck)
Arguments
TypeNameDescription
stringname
boollengthCheck
PdfName [3/3]

Source code

public PdfName(byte[] bytes)
Arguments
TypeNameDescription
byte``[]bytes

Methods

CompareTo

Source code

public virtual int CompareTo(PdfName name)
Arguments
TypeNameDescription
PdfNamename
Equals

Source code

public override bool Equals(object obj)
Arguments
TypeNameDescription
objectobj
GetHashCode

Source code

public override int GetHashCode()
EncodeName

Source code

public static byte EncodeName(string name)
Arguments
TypeNameDescription
stringname
DecodeName

Source code

public static string DecodeName(string name)
Arguments
TypeNameDescription
stringname

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.