Skip to main content
Skip table of contents

RefKey

RefKey Public class

Diagram

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

Members

Methods

Public methods
ReturnsName
boolEquals(object o)
intGetHashCode()
stringToString()

Details

Constructors

RefKey [1/3]
Source code
internal RefKey(int num, int gen)
Arguments
TypeNameDescription
intnum
intgen
RefKey [2/3]
Source code
public RefKey(PdfIndirectReference referemce)
Arguments
TypeNameDescription
PdfIndirectReferencereferemce
RefKey [3/3]
Source code
internal RefKey(PRIndirectReference reference)
Arguments
TypeNameDescription
PRIndirectReferencereference

Methods

GetHashCode
Source code
public override int GetHashCode()
Equals
Source code
public override bool Equals(object o)
Arguments
TypeNameDescription
objecto
ToString
Source code
public override string ToString()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.