PdfFileAttachment Members
In This Article
#Constructors
Name | Description |
---|---|
Pdf |
Initializes a new instance of the Pdf |
#Properties
Name | Description |
---|---|
Creation |
Gets or sets date when the file attachment was created in the document. |
Data | Gets or sets the data of the attached file represented as a byte array. |
Description | Specifies the description for the attached file shown in the Attachments panel of a PDF Viewer. |
File |
Gets or sets the attached file name. |
Mime |
Gets or sets the MIME type (content type) of the attached file. |
Modification |
Gets or sets the date and time of the attachment file’s last modification. |
Relationship | Gets or sets the relationship between the document and the attachment file. |
Size | Gets the size of the file attachment. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also