iText 5

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

Returns

Name

int

CompareTo

(

PdfName

name)

bool

Equals

(object obj)

int

GetHashCode

()

Public Static methods

Returns

Name

string

DecodeName

(string name)

byte``[]

EncodeName

(string name)

Details

Inheritance

Constructors

PdfName [1/3]

Source code

public PdfName(string name)

Arguments

Type

Name

Description

string

name

PdfName [2/3]

Source code

public PdfName(string name, bool lengthCheck)

Arguments

Type

Name

Description

string

name

bool

lengthCheck

PdfName [3/3]

Source code

public PdfName(byte[] bytes)

Arguments

Type

Name

Description

byte``[]

bytes

Methods

CompareTo

Source code

public virtual int CompareTo(PdfName name)

Arguments

Type

Name

Description

PdfName

name

Equals

Source code

public override bool Equals(object obj)

Arguments

Type

Name

Description

object

obj

GetHashCode

Source code

public override int GetHashCode()

EncodeName

Source code

public static byte EncodeName(string name)

Arguments

Type

Name

Description

string

name

DecodeName

Source code

public static string DecodeName(string name)

Arguments

Type

Name

Description

string

name

Generated with ModularDoc