PortableCollectionInitialDocument Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an EmbeddedFile, determining the document that shall be initially presented in the user interface. If the InitialDocument entry is missing, the initial document shall be the one that contains the collection. If the InitialDocument entry is a valid EmbeddedFile that does not match any file in the [!:FixedDocument.Names.Attachments], the interactive PDF processor shall select the first item from the list of files to display in its user interface; if no files exist in the [!:FixedDocument.Names.Attachments], the interactive PDF processor shall display an empty preview window. (PDF 2.0) For unencrypted wrapper documents for an encrypted payload document the InitialDocument entry is required, and shall identify the encrypted payload entry in the [!:FixedDocument.Names.Attachments].

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.Collections
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public EmbeddedFile InitialDocument { get; set; }

Property Value

Type: EmbeddedFile
The initial document.
See Also

Reference