ImageData Class

Definition

Namespace: HtmlReportTools_Library.DataTemplates.Liquid
Assembly: PCBI.HtmlReportTools_Library (in PCBI.HtmlReportTools_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class ImageData : IDefaultTemplateData, IWindowContentData
Inheritance
Object    ImageData
Implements
IDefaultTemplateData, IWindowContentData

Constructors

ImageDataInitializes a new instance of the ImageData class

Properties

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.

See Also