Back to Devexpress

Attachment Members

officefileapi-devexpress-dot-docs-dot-pdf-dot-attachment-dot-underscore-members.md

latest3.6 KB
Original Source

Attachment Members

A file attached to a PDF document.

Constructors

NameDescription
Attachment()Initializes a new instance of the Attachment class.

Properties

NameDescription
CreationDateGets or sets the date of file attachment creation in the document.
DataGets or sets the attached file data.
DescriptionSpecifies the description for the attached file shown in the Attachments panel of a PDF Viewer application.
FileNameGets or sets the attached file name.
FilePathSpecifies the path to the file to be attached to the document.
ModificationDateGets or sets the date and time of the attachment file’s last modification.
RelationshipGets or sets the relationship between the document and the attachment file.
TypeSpecifies the data type (in an MIME format) of the attachment file.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

Attachment Class

DevExpress.Docs.Pdf Namespace