Skip to main content
Skip table of contents

IndirectReferences

IndirectReferences Public class

Diagram

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

Members

Properties

Internal properties
TypeNameMethods
boolCopiedget, set
PdfIndirectReferenceRefget

Methods

Internal methods
ReturnsName
voidSetCopied()
Public methods
ReturnsName
stringToString()

Details

Constructors

IndirectReferences

Source code

internal IndirectReferences(PdfIndirectReference refi)
Arguments
TypeNameDescription
PdfIndirectReferencerefi

Methods

SetCopied

Source code

internal void SetCopied()
ToString

Source code

public override string ToString()

Properties

Copied
internal bool Copied { get; set; }
Ref
internal PdfIndirectReference Ref { get; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.