Back to Devexpress

PdfFileAttachment Members

officefileapi-devexpress-dot-pdf-dot-pdffileattachment-dot-underscore-members.md

latest3.7 KB
Original Source

PdfFileAttachment Members

A file attached to a PDF document.

Constructors

NameDescription
PdfFileAttachment()Initializes a new instance of the PdfFileAttachment class with the default settings.

Properties

NameDescription
CreationDateGets or sets date when the file attachment was created in the document.
DataGets or sets the data of the attached file represented as a byte array.
DescriptionSpecifies the description for the attached file shown in the Attachments panel of a PDF Viewer.
FileNameGets or sets the attached file name.
MimeTypeGets or sets the MIME type (content type) of the attached file.
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.
SizeGets the size of the file attachment.

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

PdfFileAttachment Class

DevExpress.Pdf Namespace