Skip to main content
This section describes all changes to business cards API which may require changes in the source code of your applications.
Object/EnumerationProperty/Method/ConstantWhat has happened?Comment
FRPageProcessBusinessCardsRemoved<Note> This method is no longer necessary in Linux and Windows because business cards can now be processed in parallel. </Note> 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.
FRDocumentProcessBusinessCardsRemoved<Note> This method is no longer necessary in Linux and Windows because business cards can now be processed in parallel. </Note> 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.
BusinessCardProcessingParamsRemovedTo enable detection of multiple business cards on one page, set the SplitType property of the PagePreprocessingParams object to PST\_BusinessCardSplit.
BusinessCardsCollectionRenamedThe 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.
BusinessCardFieldFindComponentByTypeRemovedUse the FindComponent method instead.