Represents specification of embedded file.

Namespace: Spire.Pdf.General
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfEmbeddedFileSpecification : PdfFileSpecificationBase
Public Class PdfEmbeddedFileSpecification
	Inherits PdfFileSpecificationBase
public ref class PdfEmbeddedFileSpecification : public PdfFileSpecificationBase
type PdfEmbeddedFileSpecification =  
    class
        inherit PdfFileSpecificationBase
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfEmbeddedFileSpecification(String)
Initializes a new instance of the PdfEmbeddedFileSpecification class
PdfEmbeddedFileSpecification(String, array<Byte>[]()[][])
Initializes a new instance of the PdfEmbeddedFileSpecification class
PdfEmbeddedFileSpecification(String, Stream)
Initializes a new instance of the PdfEmbeddedFileSpecification class
CreationDate
Gets or sets creation date.
Data
Gets or sets the data.
Description
Gets or sets the description.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileName (Overrides PdfFileSpecificationBase..::..FileName.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FormatFileName(String, Boolean) (Inherited from PdfFileSpecificationBase.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(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.)
MimeType
Gets or sets the MIME type of the embedded file.
ModificationDate
Gets or sets modification date.
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.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.General..::..PdfFileSpecificationBase
    Spire.Pdf.General..::..PdfEmbeddedFileSpecification
      Spire.Pdf.Attachments..::..PdfAttachment

See Also