//--------------------------------------------------------------------------------------- // Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved. // Consult legal.txt regarding legal and license information. //--------------------------------------------------------------------------------------- #ifndef PDFTRON_H_CPPPDFAnnotsFileAttachment #define PDFTRON_H_CPPPDFAnnotsFileAttachment #include namespace pdftron { namespace PDF { namespace Annots { /** * A file attachment annotation contains a reference to a file, which may be * embedded in the PDF document. */ class FileAttachment : public Markup { public: /** * Icon style */ enum Icon { e_Graph, ///< The icon has graph appearance e_PushPin, /// #endif // PDFTRON_H_CPPPDFAnnotsFileAttachment