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

BinaryImageEditProperties.ExportImageSettings Property

Provides access to settings that are applied to an exported binary image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ExportBinaryImageSettings ExportImageSettings { get; }

Property Value

Type Description
ExportBinaryImageSettings

A ExportBinaryImageSettings object that contains binary image settings.

See Also