Get or sets the binary data for the file.
[DataMemberAttribute(Name="FileData", IsRequired=true)] public RawBinaryData FileData { get; set; }
[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 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^ ); }
public:
property Leadtools.Services.Datacontracts.RawBinaryData^ FileData {
Leadtools.Services.Datacontracts.RawBinaryData^ get();
void set ( Leadtools.Services.Datacontracts.RawBinaryData^ );
}
A Leadtools.Services.DataContracts.RawBinaryData object that represents the file's contents.
For an example, refer to DocumentFileInfo.
Target Platforms
DocumentFileInfo Class
DocumentFileInfo Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Multimedia .NET | C API
Medical Web Viewer .NET
.NET
Silverlight
WinRT
WinRT Phone
Java
Android
iOS/macOS
JavaScript HTML5
Multimedia
Medical Web Viewer
C API
C++ Class Library