PdfDocumentProcessor.DeleteAttachment(PdfFileAttachment) Method
Returns a value indicating if the attachment is deleted from a PDF document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public bool DeleteAttachment(
PdfFileAttachment attachment
)
#Parameters
Name | Type | Description |
---|---|---|
attachment | Pdf |
A Pdf |
#Returns
Type | Description |
---|---|
Boolean | If the attachment is deleted from a PDF document, the value is true; otherwise, false. |