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.PortfoliosAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic string Name { get; set; }Public Property Name As String
Get
Set
Property Value
String
The name of this
PdfPortfolioFolder.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Value is or Empty. |
See Also