Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.ObjectsPdfDictionary
Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.CollectionsCollectionItem
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
This class represents a collection item that shall contain the data described by the collection schema for a particular file in a collection.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.ObjectsPdfDictionary
Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.CollectionsCollectionItem
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
The CollectionItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollectionItem |
Initializes a new instance of the CollectionItem class.
|
Properties
Name | Description | |
---|---|---|
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
Keys |
Gets the keys.
(Inherited from PdfDictionary.) | |
ResourceType |
Gets the resource type.
(Inherited from Resource.) | |
Values |
Gets the values.
(Inherited from PdfDictionary.) |
Methods
Name | Description | |
---|---|---|
GetStream |
Gets the stream data if the dictionary is stream.
(Inherited from PdfDictionary.) | |
GetValue |
Gets the value for the specified key.
(Inherited from PdfDictionary.) | |
HasKey |
Determines whether the instace has the specified key.
(Inherited from PdfDictionary.) | |
Remove |
Removes a value for the specified key.
(Inherited from PdfDictionary.) | |
SetValue(String, PdfDictionary) |
Sets the value for the specified key.
(Inherited from PdfDictionary.) | |
SetValue(String, Boolean) |
Sets the value for the specified key.
(Inherited from PdfDictionary.) | |
SetValue(String, Byte) |
Sets the value for the specified key.
(Inherited from PdfDictionary.) | |
SetValue(String, DateTime) |
Sets the value for the specified key.
(Inherited from PdfDictionary.) | |
SetValue(String, Double) |
Sets the value for the specified key.
(Inherited from PdfDictionary.) | |
SetValue(String, Int32) |
Sets the value for the specified key.
(Inherited from PdfDictionary.) | |
SetValue(String, String, Boolean) |
Sets the value for the specified key.
(Inherited from PdfDictionary.) |
See Also