PDFPortfolioFolder¶
Namespace: O2S.Components.PDF4NET.Portfolios
Defines a PDF portfolio folder.
Inheritance Object → PDFPortfolioFolder
Remarks
Folders are used to group portfolio items for easier navigation.
Constructors¶
PDFPortfolioFolder()¶
Initializes a new PDFPortfolioFolder object.
PDFPortfolioFolder(String)¶
Initializes a new PDFPortfolioFolder object.
Parameters
name String
The folder name.
Properties¶
CreationDate¶
Gets or sets the folder creation date and time.
Property Value
DateTime
The date and time when the folder was created.
Description¶
Gets or sets the folder description.
Property Value
String
A description for with this PDFPortfolioFolder.
Folders¶
Gets the sub-folders.
Property Value
PDFPortfolioFolderCollection
The list of sub-folders.
ModifyDate¶
Gets or sets the folder modify date and time.
Property Value
DateTime
The date and time when the folder was last modified.
Name¶
Gets or sets the folder name.
Property Value
String
The folder name.
Remarks
Two sibling folders shall not share the same name following case normalization.
Parent¶
Gets the parent folder.
Property Value
PDFPortfolioFolder
The parent folder of this PDFPortfolioFolder.
PortfolioAttributes¶
Gets or sets the folder attributes.
Property Value
PDFPortfolioItemAttributes
A dictionary of attributes for the folder.
Thumbnail¶
Gets or sets the folder thumbnail.
Property Value
PDFImage
A thumbnail image for the folder.