C# Class Ghostscript.NET.GhostscriptSwitchAttribute

Represents a GhostscriptSwitch attribute.
Inheritance: System.Attribute
Mostrar archivo Open project: jhabjan/Ghostscript.NET Class Usage Examples

Public Methods

Method Description
GhostscriptSwitchAttribute ( string name ) : System

Initializes a new instance of the Ghostscript.NET.GhostscriptSwitchAttribute class.

Method Details

GhostscriptSwitchAttribute() public method

Initializes a new instance of the Ghostscript.NET.GhostscriptSwitchAttribute class.
public GhostscriptSwitchAttribute ( string name ) : System
name string The Switch name.
return System