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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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 stream.
|
![]() | SaveAsPainted(String) |
Saves the image as painted on a page to the file with the specified name.
|
![]() | SaveAsPainted(Stream, PdfExtractedImageFormat) | Obsolete.
Saves the image as painted on a page to the stream using the specified image format.
|
![]() | SaveAsPainted(Stream, PdfPaintedImageSavingOptions) |
Saves the image as painted on a page to the stream using the specified options.
|
![]() | SaveAsPainted(String, PdfExtractedImageFormat) | Obsolete.
Saves the image as painted on a page to the file with the specified name
using the specified image format.
|
![]() | SaveAsPainted(String, PdfPaintedImageSavingOptions) |
Saves the image as painted on a page to the file with the specified name
using the specified options.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |