Windward Studios API Reference
HtmlBitmap Constructor
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > HtmlBitmap Class : HtmlBitmap Constructor




filename
The filename of the bitmap.
data
The file data, may be null.
format
The format of the bitmap.

Glossary Item Box

Create a bitmap object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal filename As String, _
   ByVal data() As Byte, _
   ByVal format As HtmlBitmap.FORMAT _
)
Visual Basic (Usage)Copy Code
Dim filename As String
Dim data() As Byte
Dim format As HtmlBitmap.FORMAT
 
Dim instance As New HtmlBitmap(filename, data, format)
C# 
public HtmlBitmap( 
   string filename,
   byte[] data,
   HtmlBitmap.FORMAT format
)
Managed Extensions for C++ 
public: HtmlBitmap( 
   string* filename,
   byte[]* data,
   HtmlBitmap.FORMAT format
)
C++/CLI 
public:
HtmlBitmap( 
   String^ filename,
   array<byte>^ data,
   HtmlBitmap.FORMAT format
)

Parameters

filename
The filename of the bitmap.
data
The file data, may be null.
format
The format of the bitmap.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software