'Usage Dim instance As Reader Dim Target As Object Dim value() As Result value = instance.Analyze(Target)
public: Result*[]* Analyze( Object* Target )
public: array<Result^>^ Analyze( Object^ Target )
Parameters
- Target
- An instance of an object containing the image to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.