Table of Contents

ImageInformationEventArgs.ImageInformationEventArgs Constructor

Creates a new Argument.

Syntax

Namespace: FlexCel.Render

public ImageInformationEventArgs(ExcelFile aWorkbook, Int32 aObjectIndex, TShapeProperties aShapeProps, Stream aImageStream, String aImageFile, String aImageLink, String aAlternateText, String aHyperLink, String aHyperLinkTitle, THtmlImageFormat aSavedImageFormat)

Parameters

<-> Parameter Type Description
aWorkbook ExcelFile See Workbook
aObjectIndex Int32 See ObjectIndex
aShapeProps TShapeProperties See ShapeProps
aImageStream Stream See ImageStream
aImageFile String See ImageFile
aImageLink String See ImageLink
aAlternateText String See AlternateText
aHyperLink String See HyperLink
aHyperLinkTitle String See HyperLinkTitle
aSavedImageFormat THtmlImageFormat See SavedImageFormat

See also