PortableCollectionSchema Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a collection schema. If absent, the interactive PDF processor may choose useful defaults that are known to exist in a file specification dictionary, such as the file name, file size, and modified date.

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 CollectionSchema Schema { get; set; }

Property Value

Type: CollectionSchema
The schema.
See Also

Reference