|
PdfImageSection Class
|
Represents an image that can be added to the header or footer templates of a pdf document.
Inheritance Hierarchy
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic class PdfImageSection : PdfSectionElement
Public Class PdfImageSection
Inherits PdfSectionElement
The PdfImageSection type exposes the following members.
Constructors| | 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.
|
Top
Properties| | 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.
|
Top
See Also