Click or drag to resize

PdfPortfolioFolder Properties

The PdfPortfolioFolder type exposes the following members.

Properties
 NameDescription
Public propertyCreationDate(Optional; PDF 2.0) The date the folder was first created.
Public propertyDescription(Optional; PDF 2.0) A text description associated with this folder.
Public propertyFiles Gets the EmbeddedFiles contained in this PdfPortfolioFolder.
Public propertyFolders Gets the subfolders contained in this PdfPortfolioFolder.
Public propertyModificationDate(Optional; PDF 2.0) The date of the most recent change to immediate child files or folders of this folder.
Public propertyName(Required; PDF 2.0) Gets or sets the name of this PdfPortfolioFolder. Two sibling folders shall not share the same name following case normalization.
Public propertyParent Gets the parent folder, or if this PdfPortfolioFolder is a root folder (contained in the Folders collection).
Public propertyPortfolioFieldValues(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").
Public propertyThumbnail(Optional; PDF 2.0) A stream object defining the thumbnail image for the folder (see 12.3.4, "Thumbnail Images").
Top
See Also