PdfCollection 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.PdfCollection[[PdfCollection]]
end
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]]
end
iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.collection.PdfCollection
Members
Properties
Public properties
Details
Inheritance
Constructors
PdfCollection
Source code
public PdfCollection(int type)
Arguments
Type | Name | Description |
---|
int | type | |
Properties
InitialDocument
public virtual string InitialDocument { set; }
Schema
public virtual PdfCollectionSchema Schema { get; set; }
Sort
public virtual PdfCollectionSort Sort { set; }
Generated with ModularDoc