PdfDocumentBase
Attachments Property
|
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public abstract PdfAttachmentCollection Attachments { get; }
Public MustOverride ReadOnly Property Attachments As PdfAttachmentCollection
Get
public:
virtual property PdfAttachmentCollection^ Attachments {
PdfAttachmentCollection^ get () abstract;
}
abstract Attachments : PdfAttachmentCollection with get
Property Value
Type:
PdfAttachmentCollection
See Also