ImageData Class
Namespace: HtmlReportTools_Library.DataTemplates.LiquidAssembly: PCBI.HtmlReportTools_Library (in PCBI.HtmlReportTools_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public class ImageData : IDefaultTemplateData, IWindowContentData
Public Class ImageData
Implements IDefaultTemplateData, IWindowContentData
public ref class ImageData : IDefaultTemplateData,
IWindowContentData
type ImageData =
class
interface IDefaultTemplateData
interface IWindowContentData
end
- Inheritance
- Object ImageData
- Implements
- IDefaultTemplateData, IWindowContentData
| ImageData | Initializes a new instance of the ImageData class |
| Base64 |
The image data encoded as base64
|
| HeightPx |
The height of the image in pixels.
If not set (or set to negative values), the image will be displayed in its original height.
|
| IsZoomable |
If set to true, the image can be zoomed to it's original size on click.
|
| MaxHeightPx |
Define the max allowed height for the image in pixels.
|
| MaxWidthPx |
Define the max allowed width for the image in pixels.
|
| Template | |
| WidthPx |
The width of the image in pixels.
If not set (or set to negative values), the image will be displayed in its original width.
|