PdfPaintedImage Methods

The PdfPaintedImage type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
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.
Public methodToString (Inherited from Object.)

See Also