Enum PdfPortfolioSchemaFieldType
indicates the type of the portfolio schema field.
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfPortfolioSchemaFieldType
Fields
| Name | Description |
|---|---|
| CreationDate | Represent the type of the portfolio schema field as creationdate |
| Date | Represent the type of the portfolio schema field as date |
| Description | Represent the type of the portfolio schema field as description |
| FileName | Represent the type of the portfolio schema field as filename |
| ModDate | Represent the type of the portfolio schema field as moddate |
| Number | Represent the type of the portfolio schema field as number |
| Size | Represent the type of the portfolio schema field as size |
| String | Represent the types as string |