Class ImagePreRenderEventArgs
Custom event argument class used to notify before image is rendered in the viewer.
Inheritance
System.Object
System.EventArgs
ImagePreRenderEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |