Skip to main content

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