FixedDocumentCollection Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the portable collection that an interactive PDF processor shall use to enhance the presentation of file attachments stored in the PDF document. (PDF 2.0) For unencrypted wrapper documents for an encrypted payload document the Collection is required and shall identify the encrypted payload as the default document (as indicated by the InitialDocument entry) of the collection and shall further specify that the collection View should be initially Hidden.

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public PortableCollection Collection { get; set; }

Property Value

Type: PortableCollection
The collection.
See Also

Reference