Click or drag to resize

DocumentSaveEventArgsSaveFileFormat Property

Gets or sets a format to save the destination file into.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string SaveFileFormat { get; set; }

Property Value

Type: String
Remarks

This value has corresponding config property on a clien-side. If set on a client it can be also overriden here. The possible list of values includes supported file formats: pdf, tiff (or tif), jpeg (or jpg), png, bmp, tga, pcx, psd, tla, wbmp, emf, wmf. These value correspond to the values of ImageType.

This property must have a supported value and cannot be Empty or .

See Also