Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentProcessor.DeleteAttachment(PdfFileAttachment) Method

Returns a value indicating if the attachment is deleted from a PDF document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public bool DeleteAttachment(
    PdfFileAttachment attachment
)

Parameters

Name Type Description
attachment PdfFileAttachment

A PdfFileAttachment object which contains attachment settings.

Returns

Type Description
Boolean

If the attachment is deleted from a PDF document, the value is true; otherwise, false.

See Also