PdfEmbeddedFile.ReplaceWith Method

Replaces file contents with the new one.

Overload List

  NameDescription
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.

See Also