Click or drag to resize

SaveAsImageExtender Class

SaveAsImageExtender gives the ability to save any content of a FrameworkElement as image.
Inheritance Hierarchy
SystemObject
  Hummingbird.UISaveAsImageExtender

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static class SaveAsImageExtender

The SaveAsImageExtender type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetIsActive
Gets if the current Extender is used on the given Dependency Object
Public methodStatic memberSetIsActive
Sets the use extender.
Top
Fields
  NameDescription
Public fieldStatic memberIsActiveProperty
The is active property
Public fieldStatic memberSaveAsImageExtenderProperty
The item extender property
Top
Attached Properties
  NameDescription
Public attached propertyIsActive
The is active property
Top
Remarks
When this extender is attached with IsActiveProperty = , user can right click the element to export it's content to clipboard as Image.
See Also