PDFView4NET WPF Edition
PDFImageAppearance Constructor(BitmapSource)




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