PdfCollection Class |
Namespace: Spire.Pdf.Collections
The PdfCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AssociatedFiles |
Get the document collection associated files
|
![]() |
FieldNames |
Get the document collection associated field names
|
![]() |
Folders |
(Required if the collection has folders; ExtensionLevel3)
An indirect reference to the folder dictionary that is the
single common ancestor of all other folders in a portable
collection.
|
Name | Description | |
---|---|---|
![]() |
AddAttachment |
Add an attachment.
|
![]() |
AddCustomField |
Add a custom field.
|
![]() |
AddFile(String) |
Add a local file.
|
![]() |
AddFile(String, Stream) |
Add a stream.
|
![]() |
AddFileRelatedField |
Add a file related field.
|
![]() |
Clear |
Clear all files and folders.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Sort |
Sort embedded files with field names.
|
![]() |
SynchronizeFromPdfPrimitive |
Synchronize the instance from the pdf primitive.
|
![]() |
SynchronizeToPdfPrimitive |
Synchronize the instance to the pdf primitive.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|