Skip to main content

PdfDocumentProcessor.DeleteAttachment(PdfFileAttachment) Method

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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