PdfFileAttachmentAnnotationFacade.Attachment Property
In This Article
Gets or sets the file attached to the annotation.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfFileAttachment Attachment { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
The file attachment. |
See Also