Class SaveSettings
Represents an Save settings.
Inheritance
System.Object
SaveSettings
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class SaveSettings : Object
Constructors
SaveSettings()
Declaration
public SaveSettings()
Properties
FileContentType
Get or set the content type in ContentType.
Declaration
public ContentType FileContentType { get; set; }
Property Value
Type | Description |
---|---|
ContentType |
FileName
Get or set Filename.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JSONData
Get or Set Spreadsheet JSON data.
Declaration
public string JSONData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PdfLayoutSettings
Get or Set Spreadsheet PDFLayoutSettings.
Declaration
public string PdfLayoutSettings { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaveType
Get or set the type of save in SaveType.
Declaration
public SaveType SaveType { get; set; }
Property Value
Type | Description |
---|---|
SaveType |
SaveUrl
Get or set save url.
Declaration
public Uri SaveUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
VersionType
Get or set the excel version type in VersionType.
Declaration
public VersionType VersionType { get; set; }
Property Value
Type | Description |
---|---|
VersionType |
Methods
GetContentType()
Method for get the media type for the defined type.
Declaration
public string GetContentType()
Returns
Type | Description |
---|---|
System.String | The media type. |