PdfPaintedImage.SaveAsPainted Method

Saves the image as painted on a page or XObject.

Overload List

  NameDescription
Public methodSaveAsPainted(Stream)
Saves the image as painted on a page or XObject to the stream.
Public methodSaveAsPainted(String)
Saves the image as painted on a page or XObject to the file with the specified name.
Public methodSaveAsPainted(Stream, PdfPaintedImageSavingOptions)
Saves the image as painted on a page or XObject to the stream using the specified options.
Public methodSaveAsPainted(String, PdfPaintedImageSavingOptions)
Saves the image as painted on a page or XObject to the file with the specified name using the specified options.

See Also