Click or drag to resize
Pdf Library for .NET

PdfImageSection Class

Represents an image that can be added to the header or footer templates of a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfSectionElement
    SelectPdfPdfImageSection

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfImageSection : PdfSectionElement

The PdfImageSection type exposes the following members.

Constructors
 NameDescription
Public methodPdfImageSection(Single, Single, Single, Image) Creates an image object that can be added to the header or footer templates of a pdf document.
Public methodPdfImageSection(Single, Single, Single, String) Creates an image object that can be added to the header or footer templates of a pdf document.
Public methodPdfImageSection(Single, Single, Single, Single, Image) Creates an image object that can be added to the header or footer templates of a pdf document.
Public methodPdfImageSection(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
 NameDescription
Public propertyHeight Gets or sets the image height in the destination pdf page.
Public propertyImage Gets the underlying system image object.
Public propertyTransparency Gets or sets the pdf element transparency.
Public propertyWidth Gets or sets the image width in the destination pdf page.
Public propertyX Gets or sets the image position on the X axis.
Public propertyY Gets or sets the image position on the Y axis.
Top
See Also