Leadtools.Services.Forms.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FileData Property
See Also 
Leadtools.Services.Forms.DataContracts Namespace > DocumentFileInfo Class : FileData Property



Get or sets the binary data for the file.

Syntax

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);
}

Return Value

A Leadtools.Services.DataContracts.RawBinaryData object that represents the file's contents.

Example

For an example, refer to DocumentFileInfo.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features