PdfAttachmentCollection
Contains Method
|
Determines whether
Namespace:
Spire.Pdf.Attachments
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
PdfAttachment attachment
)
Public Function Contains (
attachment As PdfAttachment
) As Boolean
public:
bool Contains(
PdfAttachment^ attachment
)
member Contains :
attachment : PdfAttachment -> bool
Parameters
-
attachment
-
Type:
Spire.Pdf.Attachments
PdfAttachment
The attachment.
Return Value
Type:
Boolean
if it contains the specified attachment, set to
true
.
See Also