PdfEmbeddedFileSpecification Class |
Namespace: Spire.Pdf.General
The PdfEmbeddedFileSpecification type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfEmbeddedFileSpecification(String) |
Initializes newinstance.
|
![]() |
PdfEmbeddedFileSpecification(String, Byte ) |
Initializes a new instance of theclass.
|
![]() |
PdfEmbeddedFileSpecification(String, Stream) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
CreationDate |
Gets or sets creation date.
|
![]() |
Data |
Gets or sets the data.
|
![]() |
Description |
Gets or sets the description.
|
![]() |
FileName |
Gets or sets the File Name.
(Overrides
PdfFileSpecificationBase
FileName
.)
|
![]() |
MimeType |
Gets or sets the MIME type of the embedded file.
|
![]() |
ModificationDate |
Gets or sets modification date.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
FormatFileName |
Formats file name to Unix format.
(Inherited from
PdfFileSpecificationBase
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
Initialize | (Overrides PdfFileSpecificationBase Initialize .) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Save | (Overrides PdfFileSpecificationBase Save .) |
![]() |
SetFieldValue(String, DateTime) |
Set the corresponding field value by field name.
|
![]() |
SetFieldValue(String, Int32) |
Set the corresponding field value by field name.
|
![]() |
SetFieldValue(String, String) |
Set the corresponding field value by field name.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|