←Select platform

FileData Property

Summary

Get or sets the binary data for the file.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="FileData", IsRequired=true)] 
public RawBinaryData FileData { get; set; } 
  
<DataMemberAttribute(Name="FileData", IsRequired=True)> 
Public Property FileData As Leadtools.Services.Datacontracts.RawBinaryData 
[DataMemberAttribute(Name="FileData", IsRequired=true)] 
public: 
property Leadtools.Services.Datacontracts.RawBinaryData^ FileData { 
   Leadtools.Services.Datacontracts.RawBinaryData^ get(); 
   void set (    Leadtools.Services.Datacontracts.RawBinaryData^ ); 
} 

Property Value

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

Example

For an example, refer to DocumentFileInfo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.