Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.DrawDownloadConfig.Config Class Reference

More...

Inheritance diagram for Ext.Net.DrawDownloadConfig.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator DrawDownloadConfig.Builder (DrawDownloadConfig.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual string Url [get, set]
 The url to post the data to. Defaults to the defaultUrl configuration on the class. More...
 
virtual DrawFormat Format [get, set]
 The format of image to export. Defaults to 'png' on the Sencha IO server. More...
 
virtual int Width [get, set]
 A width to send to the server for configuring the image width. Defaults to natural image width on the Sencha IO server. More...
 
virtual int Height [get, set]
 A height to send to the server for configuring the image height. Defaults to natural image height on the Sencha IO server. More...
 
virtual string Filename [get, set]
 The filename of the downloaded image. Defaults to 'chart' on the Sencha IO server. The config.format is used as a filename extension. More...
 
virtual double Scale [get, set]
 The scaling of the downloaded image. Defaults to the value of window.devicePixelRatio on the client. This parameter is ignored by the Sencha IO server if config.format is set to 'svg'. More...
 
virtual PDFOptions PDF [get, set]
 PDF specific options. This config is only used if config.format is set to 'pdf'. More...
 
virtual JPEGOptions JPEG [get, set]
 JPEG specific options. This config is only used if config.format is set to 'jpeg'. More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator DrawDownloadConfig.Builder()

static implicit Ext.Net.DrawDownloadConfig.Config.operator DrawDownloadConfig.Builder ( DrawDownloadConfig.Config  config)
inlinestatic

Property Documentation

◆ Filename

virtual string Ext.Net.DrawDownloadConfig.Config.Filename
getset

The filename of the downloaded image. Defaults to 'chart' on the Sencha IO server. The config.format is used as a filename extension.

◆ Format

virtual DrawFormat Ext.Net.DrawDownloadConfig.Config.Format
getset

The format of image to export. Defaults to 'png' on the Sencha IO server.

◆ Height

virtual int Ext.Net.DrawDownloadConfig.Config.Height
getset

A height to send to the server for configuring the image height. Defaults to natural image height on the Sencha IO server.

◆ JPEG

virtual JPEGOptions Ext.Net.DrawDownloadConfig.Config.JPEG
getset

JPEG specific options. This config is only used if config.format is set to 'jpeg'.

◆ PDF

virtual PDFOptions Ext.Net.DrawDownloadConfig.Config.PDF
getset

PDF specific options. This config is only used if config.format is set to 'pdf'.

◆ Scale

virtual double Ext.Net.DrawDownloadConfig.Config.Scale
getset

The scaling of the downloaded image. Defaults to the value of window.devicePixelRatio on the client. This parameter is ignored by the Sencha IO server if config.format is set to 'svg'.

◆ Url

virtual string Ext.Net.DrawDownloadConfig.Config.Url
getset

The url to post the data to. Defaults to the defaultUrl configuration on the class.

◆ Width

virtual int Ext.Net.DrawDownloadConfig.Config.Width
getset

A width to send to the server for configuring the image width. Defaults to natural image width on the Sencha IO server.


The documentation for this class was generated from the following file: