Aurigma Image Uploader 6.5 Dual
ImageUploader..::.ButtonPasteImageFormat Property
List of images that specify different states of the Paste button which pastes an image (not a file) from a clipboard to the upload list.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public ReadOnly Property ButtonPasteImageFormat As ImageFormat
C#
public ImageFormat ButtonPasteImageFormat { get; }
Property Value
An ImageFormat instance that specifies images that are displayed in different states of the Paste button (focused, pressed, etc.).
Remarks
This property corresponds to ButtonPasteImageFormat client-side property.