Table of Contents

Class PdfCollection

Namespace
iTextSharp.text.pdf.collection
Assembly
iTextSharp.LGPLv2.Core.dll
public class PdfCollection : PdfDictionary
Inheritance
PdfCollection
Inherited Members

Constructors

PdfCollection(int)

Constructs a PDF Collection.

public PdfCollection(int type)

Parameters

type int

the type of PDF collection.

Fields

DETAILS

A type of PDF Collection

public const int DETAILS = 0

Field Value

int

HIDDEN

A type of PDF Collection

public const int HIDDEN = 2

Field Value

int

TILE

A type of PDF Collection

public const int TILE = 1

Field Value

int

Properties

InitialDocument

Identifies the document that will be initially presented in the user interface.

public string InitialDocument { set; }

Property Value

string

Schema

Sets the Collection schema dictionary.

public PdfCollectionSchema Schema { get; set; }

Property Value

PdfCollectionSchema

Sort

Sets the Collection sort dictionary.

public PdfCollectionSort Sort { set; }

Property Value

PdfCollectionSort