VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / AttachmentCollectionSchemaFieldDataType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AttachmentCollectionSchemaFieldDataType Enumeration
    In This Topic
    Specifies available field data types of file attachment collection schema.
    Syntax
    'Declaration
    
    Public Enum AttachmentCollectionSchemaFieldDataType
       Inherits System.Enum
    
    
    public enum AttachmentCollectionSchemaFieldDataType : System.Enum
    
    
    __value public enum AttachmentCollectionSchemaFieldDataType : public System.Enum
    
    
    public enum class AttachmentCollectionSchemaFieldDataType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedThe field data type is undefined.
    StringThe field data is stored as a text string.
    DateThe field data is stored as a date.
    NumberThe field data is stored as a number.
    FilenameThe field data is the file name of the embedded file stream, as identified by the Filename property of the file specification.
    FileDescriptionThe field data is the description of the embedded file stream, as identified by the Description property in the file specification.
    ModificationDateThe field data is the modification date of the embedded file stream, as identified by the ModifyDate property in the embedded filestream.
    CreationDateThe field data is the creation date of the embedded file stream, as identified by the CreationDate property in the embedded filestream.
    UncompressedSizeThe field data is the size of the embedded file, as identified by the UncompressedLength property in the embedded filestream.
    CompressedSize(PDF 1.7 Extension Level 3) The field data is the length of the embedded filestream, as identified by the PdfEmbeddedFile.Length property in the embedded filestream.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.FileAttachments.AttachmentCollectionSchemaFieldDataType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also