Class ImagePreRenderEventArgs
Custom event argument class used to notify before image is rendered in the viewer.
Inheritance
System.Object
ImagePreRenderEventArgs
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class ImagePreRenderEventArgs : EventArgs
Properties
Filter
Returns filter names used in the image.
Declaration
public string[] Filter { get; }
Property Value
Type |
---|
System.String[] |
Height
Gets or sets height of the image.
Declaration
public float Height { get; set; }
Property Value
Type |
---|
System.Single |
ImageStream
Gets or sets the content stream of the image.
Declaration
public Stream ImageStream { get; set; }
Property Value
Type |
---|
System.IO.Stream |
Width
Gets or sets width of the image.
Declaration
public float Width { get; set; }
Property Value
Type |
---|
System.Single |