Click or drag to resize

PdfPortfolioFieldDataType Enumeration

Represents the types of fields in the PdfPortfolioFieldValue and the types of PdfFileSpecification and PdfPortfolioFolder related properties.

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public enum PdfPortfolioFieldDataType
Members
Member nameValueDescription
AssociatedRelationship0 A file associated relationship.
CompressedSize1(PDF 2.0) The field data is the length of the PdfEmbeddedFile, as identified by the Length property of a PdfStream that is associated with the PdfEmbeddedFile.
CreationDate2 A file creation date or a Portfolio folder creation date.
Date3 A date field. The field data shall be stored as a PDF date string.
Description4 A file description or a Portfolio folder decription.
ModificationDate5 A file modification date or a Portfolio folder modification date.
Name6 A file name or a Portfolio folder name.
Number7 A number field. The field data shall be stored as a PDF number.
Size8 A file size.
String9 A text field. The field data shall be stored as a PDF text string.
Unknown10 The data type is unknown.
See Also