PDFPortfolioAttributeDefinitionType¶
Namespace: O2S.Components.PDF4NET.Portfolios
Supported data types for portfolio attributes.
Inheritance Object → ValueType → Enum → PDFPortfolioAttributeDefinitionType
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| NoType | -2 | The attribute has no data type associated with it. |
| Unknown | -1 | Unknown data type. |
| String | 0 | Text attribute. |
| Date | 1 | Date attribute. |
| Number | 2 | Number attribute |
| FileName | 3 | File name of the document attachment. |
| Description | 4 | Description of the document attachment. |
| ModDate | 5 | Modification date of the file in the document attachment. |
| CreationDate | 6 | Creation date of the file in the document attachment. |
| Size | 7 | Size of the file in the document attachment. |