Table of Contents

Class PdfPaintedImage

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for an image painted on a PdfPage or PdfXObject.

public sealed class PdfPaintedImage : PdfPageObject
Inheritance
PdfPaintedImage
Inherited Members

Properties

BlendMode

Gets the blend mode for this image.

Bounds

Gets the bounds of this image on the page or XObject.

Brush

Gets the PdfBrushInfo object of this image. Used to fill mask images.

Image

Gets the PdfImage for the painted image.

IsTransformed

Gets a value indicating whether Image is painted transformed.

Page

Gets the page this image is painted on.

Position

Gets the location on the page or XObject where the top-left corner of the image is painted.

Size

Gets the size of the area occupied by this image.

TransformationMatrix

Gets the transformation matrix for the Image.

Type

Gets the type of this PdfPaintedImage.

Methods

SaveAsPainted(Stream)

Saves the image as painted on a page or XObject to the stream.

SaveAsPainted(Stream, PdfPaintedImageSavingOptions)

Saves the image as painted on a page or XObject to the stream using the specified options.

SaveAsPainted(string)

Saves the image as painted on a page or XObject to the file with the specified name.

SaveAsPainted(string, PdfPaintedImageSavingOptions)

Saves the image as painted on a page or XObject to the file with the specified name using the specified options.