Click or drag to resize

PdfPortfolioFolderName Property

(Required; PDF 2.0) Gets or sets the name of this PdfPortfolioFolder. Two sibling folders shall not share the same name following case normalization.

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public string Name { get; set; }

Property Value

String
The name of this PdfPortfolioFolder.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is or Empty.
See Also