PDFView4NET WinForms Edition
PDFImageAppearance Constructor(Bitmap)




O2S.Components.PDFView4NET.Annotations Namespace > PDFImageAppearance Class > PDFImageAppearance Constructor : PDFImageAppearance Constructor(Bitmap)
The image used for creating the appearance.
Initializes a new PDFImageAppearance object.
Syntax
'Declaration
 
Public Function New( _
   ByVal image As Bitmap _
)
'Usage
 
Dim image As Bitmap
 
Dim instance As New PDFImageAppearance(image)
public PDFImageAppearance( 
   Bitmap image
)
public: PDFImageAppearance( 
   Bitmap* image
)
public:
PDFImageAppearance( 
   Bitmap^ image
)

Parameters

image
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
Overload List