←Select platform

ConvertFromIBMP8 Method

Summary

Converts a P8 annotation object to a LEADTOOLS AnnObject.

Syntax
C#
VB
C++
public static AnnObject ConvertFromIBMP8( 
   string xml, 
   IBMP8ReadOptions readOptions 
) 
Public Shared Function ConvertFromIBMP8( 
   ByVal xml As String, 
   ByVal readOptions As IBMP8ReadOptions 
) As AnnObject 
public:  
   static AnnObject^ ConvertFromIBMP8( 
      String^ xml, 
      IBMP8ReadOptions^ readOptions 
   ) 

Parameters

xml

Input XML containing a single FileNet P8 annotation object.

readOptions

Options to use when reading the data.

Return Value

LEADTOOLS annotation object that closely mimics the value of the input P8 annotation object.

Remarks

Refer to FileNet P8 and Daeja Annotations Support for more information and examples.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly