Class PostScriptImage
Represents the post script document.
Inheritance
System.Object
PostScriptImage
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 sealed class PostScriptImage
Constructors
PostScriptImage(Single, Single)
Initializes a new instance of the PostScriptImage class.
Declaration
public PostScriptImage(float width, float height)
Parameters
Type | Name | Description |
---|---|---|
System.Single | width | The width of image. |
System.Single | height | The height of image. |
Properties
Dictionaries
Gets the dictionaries.
Declaration
public PostScriptDictionaryCollection Dictionaries { get; }
Property Value
Type | Description |
---|---|
PostScriptDictionaryCollection | The dictionaries. |
Size
Gets the size of image.
Declaration
public SizeF Size { get; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | The size. |
Methods
GetGraphics()
Gets the graphics.
Declaration
public PostScriptGraphics GetGraphics()
Returns
Type | Description |
---|---|
PostScriptGraphics | Returns new PostScriptGraphics instance. |
Save(Stream)
Saves image to the specified stream.
Declaration
public void Save(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | The stream. |
Save(String)
Saves image to the file.
Declaration
public void Save(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | The name of file. |