FileRelatedFieldType Enumeration
|
File related field Type.
Namespace:
Spire.Pdf.Collections
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum FileRelatedFieldType
Public Enumeration FileRelatedFieldType
public enum class FileRelatedFieldType
type FileRelatedFieldType
Members
|
Member name
|
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.
|
See Also