PdfImageElement Class |
Namespace: SelectPdf
The PdfImageElement type exposes the following members.
Name | Description | |
---|---|---|
PdfImageElement(Single, Single, Image) |
Creates an image object that can be added to a pdf document.
| |
PdfImageElement(Single, Single, String) |
Creates an image object that can be added to a pdf document.
| |
PdfImageElement(Single, Single, Single, Image) |
Creates an image object that can be added to a pdf document.
| |
PdfImageElement(Single, Single, Single, String) |
Creates an image object that can be added to a pdf document.
| |
PdfImageElement(Single, Single, Single, Single, Image) |
Creates an image object that can be added to a pdf document.
| |
PdfImageElement(Single, Single, Single, Single, String) |
Creates an image object that can be added to a pdf document.
|
Name | Description | |
---|---|---|
BackColor |
Gets or sets the pdf element background color.
(Inherited from PdfElement.) | |
Blending |
Gets or sets the blending mode for transparent rendering of the pdf element.
(Inherited from PdfElement.) | |
ColorSpace |
Gets or sets the color space for the pdf element rendering.
(Inherited from PdfElement.) | |
ForeColor |
Gets or sets the pdf element foreground color.
(Inherited from PdfElement.) | |
Gradient |
Gets or sets the gradient used to fill a shape.
(Inherited from PdfElement.) | |
Height |
Gets or sets the image height in the destination pdf page.
| |
Image |
Gets the underlying system image object.
| |
LineStyle |
Gets or sets the line style for pdf elements rendering lines.
(Inherited from PdfElement.) | |
MultiFrameRendering |
A property that can be used to enable or disable multi-frame images rendering.
| |
Rotated |
A flag to indicate if the current pdf element was rotated.
(Inherited from PdfElement.) | |
Scaled |
A flag to indicate if the current pdf element was scaled.
(Inherited from PdfElement.) | |
Skewed |
A flag to indicate if the current pdf element was skewed.
(Inherited from PdfElement.) | |
Translated |
A flag to indicate if the current pdf element was translated.
(Inherited from PdfElement.) | |
Transparency |
Gets or sets the pdf element transparency.
(Inherited from PdfElement.) | |
TransparentRendering |
A flag indicating if the image transparency information is used when the image is rendered in the pdf document.
| |
Width |
Gets or sets the image width in the destination pdf page.
| |
X |
Gets or sets the image position on the X axis.
| |
Y |
Gets or sets the image position on the Y axis.
|
Name | Description | |
---|---|---|
Rotate |
Rotes the coordinate system before rendering the pdf element.
(Inherited from PdfElement.) | |
Scale |
Scales the coordinate system before rendering the pdf element.
(Inherited from PdfElement.) | |
Skew |
Skews the x and y axis by an two different angles before rendering the pdf element.
(Inherited from PdfElement.) | |
Translate |
Translates the coordinate system before rendering the pdf element.
(Inherited from PdfElement.) |