Represents attachments of the Pdf document.

Namespace: Spire.Pdf.Attachments
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfAttachment(String)
Initializes a new instance of the PdfAttachment class
PdfAttachment(String, array<Byte>[]()[][])
Initializes a new instance of the PdfAttachment class
PdfAttachment(String, Stream)
Initializes a new instance of the PdfAttachment class
CreationDate
Gets or sets creation date.
(Inherited from PdfEmbeddedFileSpecification.)
Data
Gets or sets the data.
(Inherited from PdfEmbeddedFileSpecification.)
Description
Gets or sets the description.
(Inherited from PdfEmbeddedFileSpecification.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileName (Inherited from PdfEmbeddedFileSpecification.)
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()()()() (Inherited from PdfEmbeddedFileSpecification.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MimeType
Gets or sets the MIME type of the embedded file.
(Inherited from PdfEmbeddedFileSpecification.)
ModificationDate
Gets or sets modification date.
(Inherited from PdfEmbeddedFileSpecification.)
Save()()()() (Inherited from PdfEmbeddedFileSpecification.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also