alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved