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




Glossary Item Box

The file data, may be null.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Filedata As Byte()
Visual Basic (Usage)Copy Code
Dim instance As HtmlBitmap
Dim value() As Byte
 
value = instance.Filedata
C# 
public byte[] Filedata {get;}
Managed Extensions for C++ 
public: __property byte[]* get_Filedata();
C++/CLI 
public:
property array<byte>^ Filedata {
   array<byte>^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.