The FileData Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Get or sets the binary data for the file.| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="FileData", IsRequired=True)> Public Property FileData As RawBinaryData  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As DocumentFileInfo Dim value As RawBinaryData instance.FileData = value value = instance.FileData  | |
| C# | |
|---|---|
[DataMemberAttribute(Name="FileData", IsRequired=true)] public RawBinaryData FileData {get; set;}  | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="FileData", IsRequired=true)] public: property RawBinaryData^ FileData { RawBinaryData^ get(); void set ( RawBinaryData^ value); }  | |
Property Value
A Leadtools.Services.DataContracts.RawBinaryData object that represents the file's contents.For an example, refer to DocumentFileInfo. 
            
 
            
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code