Table of Contents

Class ReportImage

Namespace
The.Export
Assembly
Instagile.dll
public sealed class ReportImage
Inheritance
ReportImage
Inherited Members

Constructors

ReportImage(ImageProperty?)

public ReportImage(ImageProperty? attribute)

Parameters

attribute ImageProperty

Properties

Filename

public string Filename { get; }

Property Value

string

MIMEType

public string MIMEType { get; }

Property Value

string

Methods

RTF(int?, int?)

Returns the image data as an RTF \pict. At least one of width or height must be specified.

public string RTF(int? width, int? height)

Parameters

width int?
height int?

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.