iText 5

ByteStore

ByteStore Internal class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.PdfSmartCopy iTextSharp.text.pdf.PdfSmartCopy.ByteStore[[ByteStore]] end

Members

Methods

Public methods

Returns

Name

bool

Equals

(object obj)

int

GetHashCode

()

Details

Constructors

ByteStore [1/2]

Source code

internal ByteStore(PRStream str, Dictionary<RefKey, int> serialized)

Arguments

Type

Name

Description

PRStream

str

Dictionary<

RefKey

, int>

serialized

ByteStore [2/2]

Source code

internal ByteStore(PdfDictionary dict, Dictionary<RefKey, int> serialized)

Arguments

Type

Name

Description

PdfDictionary

dict

Dictionary<

RefKey

, int>

serialized

Methods

Equals

Source code

public override bool Equals(object obj)

Arguments

Type

Name

Description

object

obj

GetHashCode

Source code

public override int GetHashCode()

Generated with ModularDoc