Skip to main content
Box

PageCanvas.DrawImage Method

Name Parameters Description
DrawImage(OfficeImage, Point, DocumentLayoutUnit) image, point, unit Draws a custom image.
DrawImage(OfficeImage, Point) image, point Draws a custom image.
DrawImage(OfficeImage, Rectangle, ImageSizeMode, DocumentLayoutUnit) image, bounds, sizeMode, unit Draws a custom image.
DrawImage(OfficeImage, Rectangle, ImageSizeMode) image, bounds, sizeMode Draws a custom image.
DrawImage(OfficeImage, Rectangle, DocumentLayoutUnit) image, bounds, unit Draws a custom image.
DrawImage(OfficeImage, Rectangle) image, bounds Draws a custom image.
DrawImage(Image, Point, DocumentLayoutUnit) image, point, unit Draws a custom image.
DrawImage(Image, Point) image, point Draws a custom image.
DrawImage(Image, Rectangle, ImageSizeMode, DocumentLayoutUnit) image, bounds, sizeMode, unit Draws a custom image.
DrawImage(Image, Rectangle, ImageSizeMode) image, bounds, sizeMode Draws a custom image.
DrawImage(Image, Rectangle, DocumentLayoutUnit) image, bounds, unit Draws a custom image.
DrawImage(Image, Rectangle) image, bounds Draws a custom image.