WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PreRenderDocumentArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PreRenderDocumentArgs

    Event arguments for Tag elements. We can set flag delegate event to parent.

    Inheritance
    System.Object
    System.EventArgs
    PreRenderDocumentArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public class PreRenderDocumentArgs : EventArgs

    Constructors

    PreRenderDocumentArgs(InputHTML)

    Initializes a new instance of the PreRenderDocumentArgs class

    Declaration
    public PreRenderDocumentArgs(InputHTML document)
    Parameters
    Type Name Description
    InputHTML document

    Document which is going to be rendered.

    Properties

    Document

    Gets the image stream.

    Declaration
    public InputHTML Document { get; }
    Property Value
    Type Description
    InputHTML
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved