Class ToPostScript
Provides the methods to draw into post script image.
Inheritance
System.Object
ToPostScript
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ToPostScript : Object
Constructors
ToPostScript()
Initializes a new instance of the ToPostScript class.
Declaration
public ToPostScript()
Properties
EditableText
Enable or Disable the editable text for chart.
Declaration
public bool EditableText { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
GetPostScriptImage()
Gets the post script image.
Declaration
public PostScriptImage GetPostScriptImage()
Returns
| Type | Description |
|---|---|
| PostScriptImage | Returns PostScriptImage object. |
Save(String)
Saves the specified name.
Declaration
public void Save(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name. |