Skip to main content
Skip table of contents

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
ReturnsName
boolEquals(object obj)
intGetHashCode()

Details

Constructors

ByteStore [1/2]
Source code
internal ByteStore(PRStream str, Dictionary<RefKey, int> serialized)
Arguments
TypeNameDescription
PRStreamstr
Dictionary<RefKey, int>serialized
ByteStore [2/2]
Source code
internal ByteStore(PdfDictionary dict, Dictionary<RefKey, int> serialized)
Arguments
TypeNameDescription
PdfDictionarydict
Dictionary<RefKey, int>serialized

Methods

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

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.