Skip to main content
Skip table of contents

PdfCollectionSort

PdfCollectionSort Public class

Diagram

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

Members

Methods

Public methods
ReturnsName
voidSetSortOrder(...)

Details

Inheritance

Constructors

PdfCollectionSort [1/2]

Source code

public PdfCollectionSort(string key)
Arguments
TypeNameDescription
stringkey
PdfCollectionSort [2/2]

Source code

public PdfCollectionSort(string[] keys)
Arguments
TypeNameDescription
string``[]keys

Methods

SetSortOrder [1/2]

Source code

public virtual void SetSortOrder(bool ascending)
Arguments
TypeNameDescription
boolascending
SetSortOrder [2/2]

Source code

public virtual void SetSortOrder(bool[] ascending)
Arguments
TypeNameDescription
bool``[]ascending

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.