Skip to main content
A newer version of this page is available.

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.v19.1.Core.dll

Declaration

public SnapDocument Document { get; }

Property Value

Type Description
SnapDocument

A SnapDocument object that is the document being saved.

See Also