Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfPaintedImage : PdfPageObject
Public NotInheritable Class PdfPaintedImage Inherits PdfPageObject
The PdfPaintedImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | ClipRegion |
Gets the clip region for this PdfPageObject.
(Inherited from PdfPageObject.) |
![]() | Image |
Gets the PdfImage for the painted image.
|
![]() | IsTransformed |
Gets a value indicating whether Image is painted transformed.
|
![]() | Layer |
Gets the layer this PdfPageObject is drawn on.
(Inherited from PdfPageObject.) |
![]() | 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.
(Overrides PdfPageObject.Type.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SaveAsPainted(Stream) |
Saves the image as painted on a page or XObject to the stream.
|
![]() | SaveAsPainted(String) |
Saves the image as painted on a page or XObject to the file with the specified name.
|
![]() | SaveAsPainted(Stream, PdfPaintedImageSavingOptions) |
Saves the image as painted on a page or XObject to the stream using the specified options.
|
![]() | SaveAsPainted(String, PdfPaintedImageSavingOptions) |
Saves the image as painted on a page or XObject to the file with the specified name
using the specified options.
|
![]() | ToString | (Inherited from Object.) |