VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollection Class / Colors Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Colors Property (PdfAttachmentCollection)
    In This Topic
    Gets or sets a collection colors specifying a suggested set of colors for use by a collection navigator.
    Syntax
    'Declaration
    
    Public Property Colors As PdfPresentationColors
    
    
    public PdfPresentationColors Colors { get; set; }
    
    
    public: __property PdfPresentationColors* get_Colors();
    public: __property void set_Colors(
    PdfPresentationColors* value
    );
    Remarks

    Available in viewers compatible with PDF 1.7 ExtensionLevel 3.

    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