Pdf |
The PdfPortfolioFolder type exposes the following members.
Name | Description | |
---|---|---|
CreationDate | (Optional; PDF 2.0) The date the folder was first created. | |
Description | (Optional; PDF 2.0) A text description associated with this folder. | |
Files | Gets the EmbeddedFiles contained in this PdfPortfolioFolder. | |
Folders | Gets the subfolders contained in this PdfPortfolioFolder. | |
ModificationDate | (Optional; PDF 2.0) The date of the most recent change to immediate child files or folders of this folder. | |
Name | (Required; PDF 2.0) Gets or sets the name of this PdfPortfolioFolder. Two sibling folders shall not share the same name following case normalization. | |
Parent | Gets the parent folder, or if this PdfPortfolioFolder is a root folder (contained in the Folders collection). | |
PortfolioFieldValues | (Optional; PDF 2.0) A collection item dictionary, which shall be used to create the user interface for portable collections (see 7.11.6, "Collection Items"). | |
Thumbnail | (Optional; PDF 2.0) A stream object defining the thumbnail image for the folder (see 12.3.4, "Thumbnail Images"). |
Name | Description | |
---|---|---|
ToString |
Returns a String that represents this PdfPortfolioFolder instance.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |