FileAttachmentAnnotation

FileAttachmentAnnotation

Overview

FileAttachmentAnnotation is a class in Aspose.PDF FOSS for C++.

FileAttachmentAnnotation.File() gets or sets the attached file via a FileSpecification object, allowing embedding of external resources in a PDF.

This class provides 7 methods for working with FileAttachmentAnnotation objects in C++ programs. Available methods include: Accept, File, Icon, Opacity. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Accept(visitor: AnnotationSelector)Calls Accept(visitor) on this FileAttachmentAnnotation instance.
File()Aspose::Pdf::FileSpecificationGets or sets the attached file via a FileSpecification object, allowing embedding of external resources in a PDF
File(value: Aspose::Pdf::FileSpecification)Calls File(value) on this FileAttachmentAnnotation instance.
Icon()FileIconCalls Icon on this FileAttachmentAnnotation instance.
Icon(value: FileIcon)Calls Icon(value) on this FileAttachmentAnnotation instance.
Opacity()doubleCalls Opacity on this FileAttachmentAnnotation instance.
Opacity(value: double)Calls Opacity(value) on this FileAttachmentAnnotation instance.

See Also