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 |
|---|---|
|
|
( |
|
|
() |
Details
Constructors
ByteStore [1/2]
Source code
internal ByteStore(PRStream str, Dictionary<RefKey, int> serialized)
Arguments
ByteStore [2/2]
Source code
internal ByteStore(PdfDictionary dict, Dictionary<RefKey, int> serialized)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dict |
|
|
, |
serialized |
Methods
Equals
Source code
public override bool Equals(object obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
GetHashCode
Source code
public override int GetHashCode()
Generated with ModularDoc