Click or drag to resize

PdfEmbeddedFileSpecification Class

Represents specification of embedded file.
Inheritance Hierarchy
System Object
Spire.Pdf.General PdfFileSpecificationBase
Spire.Pdf.General PdfEmbeddedFileSpecification
Spire.Pdf.Attachments PdfAttachment

Namespace: Spire.Pdf.General
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfEmbeddedFileSpecification : PdfFileSpecificationBase

The PdfEmbeddedFileSpecification type exposes the following members.

Constructors
Properties
Name Description
Public property CreationDate
Gets or sets creation date.
Public property Data
Gets or sets the data.
Public property Description
Gets or sets the description.
Public property FileName
Gets or sets the File Name.
(Overrides PdfFileSpecificationBase FileName .)
Public property MimeType
Gets or sets the MIME type of the embedded file.
Public property ModificationDate
Gets or sets modification date.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Protected method FormatFileName
Formats file name to Unix format.
(Inherited from PdfFileSpecificationBase .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method Initialize (Overrides PdfFileSpecificationBase Initialize .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method Save (Overrides PdfFileSpecificationBase Save .)
Public method SetFieldValue(String, DateTime)
Set the corresponding field value by field name.
Public method SetFieldValue(String, Int32)
Set the corresponding field value by field name.
Public method SetFieldValue(String, String)
Set the corresponding field value by field name.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also