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
intthe type of PDF collection.
Fields
DETAILS
A type of PDF Collection
public const int DETAILS = 0
Field Value
HIDDEN
A type of PDF Collection
public const int HIDDEN = 2
Field Value
TILE
A type of PDF Collection
public const int TILE = 1
Field Value
Properties
InitialDocument
Identifies the document that will be initially presented in the user interface.
public string InitialDocument { set; }
Property Value
Schema
Sets the Collection schema dictionary.
public PdfCollectionSchema Schema { get; set; }
Property Value
Sort
Sets the Collection sort dictionary.
public PdfCollectionSort Sort { set; }