Class ToPostScript
Provides the methods to draw into post script image.
Inheritance
System.Object
ToPostScript
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ToPostScript
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. |
GetRealGraphics(Size)
Gets the real graphics.
Declaration
public Graphics GetRealGraphics(Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Size | size | The size. |
Returns
Type | Description |
---|---|
System.Drawing.Graphics | Return real graphics. |
Save(String)
Saves the specified name.
Declaration
public void Save(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |