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

    Provides access to a document being saved to format different from the native .SNX (.RTF, .DOC, .DOCX).

    Namespace: DevExpress.Snap

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public SnapDocument Document { get; }

    Property Value

    Type Description
    SnapDocument

    A SnapDocument object that is the document being saved.

    See Also