VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollection Class / Schema Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Schema Property (PdfAttachmentCollection)
    In This Topic
    Gets or sets a presentation schema of this file attachment collection.
    Syntax
    'Declaration
    
    Public Property Schema As PdfAttachmentCollectionSchema
    
    
    public PdfAttachmentCollectionSchema Schema { get; set; }
    
    
    public: __property PdfAttachmentCollectionSchema* get_Schema();
    public: __property void set_Schema(
    PdfAttachmentCollectionSchema* value
    );
    Remarks

    If this property is absent, the PDF viewer application may choose useful defaults that are known to exist in a file specification dictionary, such as the file name, file size, and modified date.

    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