File related field Type.

Namespace: Spire.Pdf.Collections
Assembly: 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

MemberValueDescription
FileName0
The field data is file name of the embedded file stream.
Desc1
The field data is the description of the embedded file stream.
ModDate2
The field data is the modification date of the embedded file stream.
CreationDate3
The field data is the creation date of the embedded file stream.
Size4
The field data is the size of the embedded file stream.

See Also