Determines whether
Namespace: Spire.Pdf.AttachmentsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- PdfAttachment
The attachment.
Return Value
Booleanif it contains the specified attachment, set to true.