PdfEmbeddedFile Methods

The PdfEmbeddedFile type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetChecksum
Gets the MD5 checksum of the embedded file.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReplaceWith(Byte[])
Replaces embedded file contents with the provided bytes.
Public methodReplaceWith(Stream)
Replaces embedded file contents with contents of the specified stream.
Public methodReplaceWith(String)
Replaces embedded file contents with contents of the specified file.
Public methodSave(Stream)
Saves the embedded file to the specified stream.
Public methodSave(String)
Saves the embedded file to the file with specified name.
Public methodToString (Inherited from Object.)

See Also