PdfPaintedImage Properties

The PdfPaintedImage type exposes the following members.

Properties

  NameDescription
Public propertyBlendMode
Gets the blend mode for this image.
Public propertyBounds
Gets the bounds of this image on the page or XObject.
Public propertyBrush
Gets the PdfBrushInfo object of this image. Used to fill mask images.
Public propertyClipRegion
Gets the clip region for this PdfPageObject.
(Inherited from PdfPageObject.)
Public propertyImage
Gets the PdfImage for the painted image.
Public propertyIsTransformed
Gets a value indicating whether Image is painted transformed.
Public propertyLayer
Gets the layer this PdfPageObject is drawn on.
(Inherited from PdfPageObject.)
Public propertyPage
Gets the page this image is painted on.
Public propertyPosition
Gets the location on the page or XObject where the top-left corner of the image is painted.
Public propertySize
Gets the size of the area occupied by this image.
Public propertyTransformationMatrix
Gets the transformation matrix for the Image.
Public propertyType
Gets the type of this PdfPaintedImage.
(Overrides PdfPageObject.Type.)

See Also