File related field Type.
Namespace: Spire.Pdf.CollectionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum FileRelatedFieldType
Public Enumeration FileRelatedFieldType
public enum class FileRelatedFieldType
type FileRelatedFieldType
Members
| Member | Value | Description |
|---|---|---|
| FileName | 0 |
The field data is file name of the embedded file stream.
|
| Desc | 1 |
The field data is the description of the embedded file stream.
|
| ModDate | 2 |
The field data is the modification date of the embedded file stream.
|
| CreationDate | 3 |
The field data is the creation date of the embedded file stream.
|
| Size | 4 |
The field data is the size of the embedded file stream.
|