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

SnapControlOptions.FileExportOptions Property

Provides access to the options for exporting the document in various formats.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.2.dll

Declaration

public DocumentSaveOptions FileExportOptions { get; }

Property Value

Type Description
DocumentSaveOptions

A DocumentSaveOptions object that contains export related settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to FileExportOptions
SnapControl
.Options.FileExportOptions
See Also