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
| Signature | Description |
|---|---|
Accept(visitor: AnnotationSelector) | Calls Accept(visitor) on this FileAttachmentAnnotation instance. |
File() → Aspose::Pdf::FileSpecification | Gets 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() → FileIcon | Calls Icon on this FileAttachmentAnnotation instance. |
Icon(value: FileIcon) | Calls Icon(value) on this FileAttachmentAnnotation instance. |
Opacity() → double | Calls Opacity on this FileAttachmentAnnotation instance. |
Opacity(value: double) | Calls Opacity(value) on this FileAttachmentAnnotation instance. |