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
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
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