Table of Contents

Class ImageData

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public abstract class ImageData
Inheritance
ImageData
Derived
Inherited Members

Constructors

ImageData(string)

protected ImageData(string id)

Parameters

id string

Properties

Id

Unique id of the image to make sure every image only occurs once. This is usually generated based on the filename or byte array hashcode.

public string Id { get; }

Property Value

string