Back to Devexpress

PdfDocumentProcessor.DeleteAttachment(PdfFileAttachment) Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-deleteattachment-x28-devexpress-dot-pdf-dot-pdffileattachment-x29.md

latest1.5 KB
Original Source

PdfDocumentProcessor.DeleteAttachment(PdfFileAttachment) Method

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

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public bool DeleteAttachment(
    PdfFileAttachment attachment
)
vb
Public Function DeleteAttachment(
    attachment As PdfFileAttachment
) As Boolean

Parameters

NameTypeDescription
attachmentPdfFileAttachment

A PdfFileAttachment object which contains attachment settings.

|

Returns

TypeDescription
Boolean

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

|

See Also

PdfDocumentProcessor Class

PdfDocumentProcessor Members

DevExpress.Pdf Namespace