LEADTOOLS WCF OCR (Leadtools.Services.Forms.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
FileData Property
See Also 
Leadtools.Services.Forms.DataContracts Namespace > DocumentFileInfo Class : FileData Property



The FileData Property is available in LEADTOOLS Document and Medical Imaging toolkits.

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

Property 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

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