Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfPaintedImage : PdfPageObject
Public NotInheritable Class PdfPaintedImage Inherits PdfPageObject
The PdfPaintedImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bounds |
Gets the bounds of this image on the page.
|
![]() | 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 where the top left corner of the image is
painted.
|
![]() | Size |
Gets the size of the page 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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SaveAsPainted(Stream) |
Saves the image as painted on a page to the specified stream.
|
![]() | SaveAsPainted(String) |
Saves the image as painted on a page to the file with specified name.
|
![]() | SaveAsPainted(Stream, PdfExtractedImageFormat) |
Saves the image as painted on a page to the specified stream using specified
image format.
|
![]() | SaveAsPainted(String, PdfExtractedImageFormat) |
Saves the image as painted on a page to the file with specified name using specified
image format.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |