←Select platform

Source Property

Summary

Gets or sets the input data containing the image.

Syntax

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

Property Value

A Leadtools.Services.DataContracts.BinaryData object that represents the image data to be recognized.

Example

For an example, refer to DocumentConvertOptions.

Requirements

Target Platforms

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