Click or drag to resize

PdfPortfolioFolder Class

Represents a PdfPortfolio folder used to organize the attached files into a hierarchical structure.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.PortfoliosPdfPortfolioFolder

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public sealed class PdfPortfolioFolder : PdfObject

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 propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject)
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfPortfolioFolder instance.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray 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)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also