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

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

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.dll

    NuGet Package: DevExpress.Win.Snap

    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