Represents attachments of the Pdf document.
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 class PdfAttachment : PdfEmbeddedFileSpecification
Public Class PdfAttachment Inherits PdfEmbeddedFileSpecification
public ref class PdfAttachment : public PdfEmbeddedFileSpecification
type PdfAttachment = class inherit PdfEmbeddedFileSpecification end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfAttachment(String) | Initializes a new instance of the PdfAttachment class | |
| PdfAttachment(String, array<Byte>[]()[][]) | Initializes a new instance of the PdfAttachment class | |
| PdfAttachment(String, Stream) | Initializes a new instance of the PdfAttachment class | |
| CreationDate |
Gets or sets creation date.
(Inherited from PdfEmbeddedFileSpecification.) | |
| Data |
Gets or sets the data.
(Inherited from PdfEmbeddedFileSpecification.) | |
| Description |
Gets or sets the description.
(Inherited from PdfEmbeddedFileSpecification.) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| FileName | (Inherited from PdfEmbeddedFileSpecification.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FormatFileName(String, Boolean) | (Inherited from PdfFileSpecificationBase.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Initialize()()()() | (Inherited from PdfEmbeddedFileSpecification.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MimeType |
Gets or sets the MIME type of the embedded file.
(Inherited from PdfEmbeddedFileSpecification.) | |
| ModificationDate |
Gets or sets modification date.
(Inherited from PdfEmbeddedFileSpecification.) | |
| Save()()()() | (Inherited from PdfEmbeddedFileSpecification.) | |
| SetFieldValue(String, DateTime) |
Set the corresponding field value by field name.
(Inherited from PdfEmbeddedFileSpecification.) | |
| SetFieldValue(String, Int32) |
Set the corresponding field value by field name.
(Inherited from PdfEmbeddedFileSpecification.) | |
| SetFieldValue(String, String) |
Set the corresponding field value by field name.
(Inherited from PdfEmbeddedFileSpecification.) | |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.General..::..PdfFileSpecificationBase
Spire.Pdf.General..::..PdfEmbeddedFileSpecification
Spire.Pdf.Attachments..::..PdfAttachment
Spire.Pdf.General..::..PdfFileSpecificationBase
Spire.Pdf.General..::..PdfEmbeddedFileSpecification
Spire.Pdf.Attachments..::..PdfAttachment