PdfImageSection Class |
Namespace: SelectPdf
The PdfImageSection type exposes the following members.
Name | Description | |
---|---|---|
PdfImageSection(Single, Single, Single, Image) |
Creates an image object that can be added to the header or footer templates of a pdf document.
| |
PdfImageSection(Single, Single, Single, String) |
Creates an image object that can be added to the header or footer templates of a pdf document.
| |
PdfImageSection(Single, Single, Single, Single, Image) |
Creates an image object that can be added to the header or footer templates of a pdf document.
| |
PdfImageSection(Single, Single, Single, Single, String) |
Creates an image object that can be added to the header or footer templates of a pdf document.
|
Name | Description | |
---|---|---|
Height |
Gets or sets the image height in the destination pdf page.
| |
Image |
Gets the underlying system image object.
| |
Transparency |
Gets or sets the pdf element transparency.
| |
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.
|