Class for screenshot printing

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Images (in Greatis.PrintSuite.Providers.Images.dll)

Syntax

Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(ScreenshotProvider))> _
Public Class ScreenshotProvider _
	Inherits ImageSnapProvider
C#
[ToolboxBitmapAttribute(typeof(ScreenshotProvider))]
public class ScreenshotProvider : ImageSnapProvider
Visual C++
[ToolboxBitmapAttribute(typeof(ScreenshotProvider))]
public ref class ScreenshotProvider : public ImageSnapProvider
JavaScript
Greatis.PrintSuite.Providers.ScreenshotProvider = function();

Type.createClass(
	'Greatis.PrintSuite.Providers.ScreenshotProvider',
	Greatis.PrintSuite.Providers.ImageSnapProvider);

Inheritance Hierarchy

See Also