PDFView4NET WinForms 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 Bitmap
'Usage
 
Dim instance As PDFImageAppearance
Dim value As Bitmap
 
instance.Image = value
 
value = instance.Image
public Bitmap Image {get; set;}
public: __property Bitmap* get_Image();
public: __property void set_Image( 
   Bitmap* value
);
public:
property Bitmap^ Image {
   Bitmap^ get();
   void set (    Bitmap^ value);
}

Property Value

A System.Drawing.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