Click or drag to resize

MergeImageFieldEventArgs Class

Represents data during MergeImageField event.
Inheritance Hierarchy
System Object
System EventArgs
Spire.Doc.Reporting MergeFieldEventArgs
Spire.Doc.Reporting MergeImageFieldEventArgs

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class MergeImageFieldEventArgs : MergeFieldEventArgs

The MergeImageFieldEventArgs type exposes the following members.

Constructors
Name Description
Public method MergeImageFieldEventArgs(IDocument, String, Int32, IMergeField, Image)
Provides data during MergeImageField event.
Public method MergeImageFieldEventArgs(IDocument, String, Int32, IMergeField, Object)
Initializes a new instance of the MergeImageFieldEventArgs class.
Top
Properties
Name Description
Public property CharacterFormat
Gets the Character Format of the field.
(Inherited from MergeFieldEventArgs .)
Public property CurrentMergeField
Gets the current Merge field.
(Inherited from MergeFieldEventArgs .)
Public property Document
Gets the document.
(Inherited from MergeFieldEventArgs .)
Public property FieldName
Gets the Merge field Name.
(Inherited from MergeFieldEventArgs .)
Public property FieldValue
Gets the Merge Field Value
(Inherited from MergeFieldEventArgs .)
Public property Image
Returns or sets the Image.
Public property ImageFileName
Returns or sets Image File Name.
Public property ImageLink
Gets or sets hyperlink of the picture.
Public property ImageStream
Returns or sets Image Stream.
Public property IsKeepHtmlTextFormat
Gets or sets if keep html text formatting.
(Inherited from MergeFieldEventArgs .)
Public property IsKeepTextFormat
Gets or sets if keep text formatting.
(Inherited from MergeFieldEventArgs .)
Public property PictureSize
Gets or sets the size of the picture.
Public property RowIndex
Gets the Row Index.
(Inherited from MergeFieldEventArgs .)
Public property Skip
Gets or sets a value indicating whether this MergeImageFieldEventArgs is skip.
Public property TableName
Gets the Table Name
(Inherited from MergeFieldEventArgs .)
Public property Text
Gets the Text value
(Inherited from MergeFieldEventArgs .)
Public property UseText
Setting to specify if Text should be used.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetImage(Stream)
Sets the image.
Public method SetImage(String)
Sets the image.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also