Class ScreenshotSettings
Settings class for the Screenshot module.
Inheritance
System.Object
ScreenshotSettings
Namespace: Phoenix.Screenshot
Assembly: Phoenix.Plugin.Screenshot.dll
Syntax
[Serializable]
public class ScreenshotSettings : SettingsCategoryBase
Constructors
View SourceScreenshotSettings()
Initializes a new instance of the ScreenshotSettings class.
Declaration
public ScreenshotSettings()
Properties
View SourceDefaultExtension
Gets or sets the default extension for saving screenshots.
Declaration
public string DefaultExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageEditor
Gets or sets the image editing program to open screenshots with.
Declaration
public string ImageEditor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScreenshotFolder
Gets or sets the default screenshot folder for saving.
Declaration
public string ScreenshotFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |