iText 5

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

Returns

Name

void

SetSortOrder

(...)

Details

Inheritance

Constructors

PdfCollectionSort [1/2]

Source code

public PdfCollectionSort(string key)

Arguments

Type

Name

Description

string

key

PdfCollectionSort [2/2]

Source code

public PdfCollectionSort(string[] keys)

Arguments

Type

Name

Description

string``[]

keys

Methods

SetSortOrder [1/2]

Source code

public virtual void SetSortOrder(bool ascending)

Arguments

Type

Name

Description

bool

ascending

SetSortOrder [2/2]

Source code

public virtual void SetSortOrder(bool[] ascending)

Arguments

Type

Name

Description

bool``[]

ascending

Generated with ModularDoc