PDFView4NET WPF Edition
Image Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFImageAppearance Class : Image Property
Gets or sets the image that represents the appearance.
Syntax
'Declaration
 
Public Property Image As BitmapSource
'Usage
 
Dim instance As PDFImageAppearance
Dim value As BitmapSource
 
instance.Image = value
 
value = instance.Image
public BitmapSource Image {get; set;}
public: __property BitmapSource* get_Image();
public: __property void set_Image( 
   BitmapSource* value
);
public:
property BitmapSource^ Image {
   BitmapSource^ get();
   void set (    BitmapSource^ value);
}

Property Value

A Bitmap object specifying the image used for creating the appearance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFImageAppearance Class
PDFImageAppearance Members