PdfDocumentGdiExtensions.AddImage Method

Overload List

  NameDescription
Public methodStatic memberAddImage(PdfDocument, Image)
Adds new image(s) with the data and properties of specified Image to the end of the collection of document images.
Public methodStatic memberAddImage(PdfDocument, Image, PdfColor)
Creates image(s) with the data and properties of specified Image, applies specified mask color to them and adds resulting image(s) to the end of the collection of document images.
Public methodStatic memberAddImage(PdfDocument, Image, Image)
Creates a new image with the data and properties of specified Image, applies mask constructed from specified Image to it and adds resulting image to the end of the collection of document images.

See Also