Business Cards API Compatibility with Version 10
This section describes all changes to business cards API which may require changes in the source code of your applications.
Object/Enumeration | Property/Method/Constant | What has happened? | Comment |
---|---|---|---|
FRPage | ProcessBusinessCards | Removed | In this version business cards can be processed in parallel. Therefore this method is not necessary. To recognize business cards on a page, you should set the SynthesizeBusinessCards property of the SynthesisParamsForPage object to TRUE and call any of the processing methods of the FRPage object. |
FRDocument | ProcessBusinessCards | Removed | In this version business cards can be processed in parallel. Therefore this method is not necessary. To recognize business cards is a document, you should set the SynthesizeBusinessCards property of the SynthesisParamsForPage object to TRUE and call any of the processing methods of the FRDocument object. |
BusinessCardProcessingParams | Removed | To enable detection of multiple business cards on one page, set the SplitType property of the PageSplittingParams object to PST_BusinessCardSplit. | |
BusinessCardsCollection | Renamed | The new name of the object is BusinessCards. New naming convention is that the temporary collections have Collection postfix in their name, while this is a read-only collection. | |
BusinessCardField | FindComponentByType | Removed | Use the FindComponent method instead. |
7/3/2024 8:50:25 AM