Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • BeforeConversionEventArgs(SnapDocument) Constructor

    Initializes a new instance of the BeforeConversionEventArgs class with the specified settings.

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public BeforeConversionEventArgs(
        SnapDocument document
    )

    Parameters

    Name Type Description
    document SnapDocument

    A SnapDocument object that is the document being exported.

    Remarks

    Instances of the BeforeConversionEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

    See Also