iDRS™ SDK 16
Loading...
Searching...
No Matches
CObj Class Reference

Base class for all iDRS classes. More...

#include <idrs_common.h>

Inheritance diagram for CObj:
CAttachment CBarcode CBarcodeContext CBarcodeDetection CBarcodeEngineConfig CBarcodePageParams CBarcodeParams CBarcodeSpecificOptions CBarcodeSpecificOptionsCode128 CBarcodeValidationCriteria CBarcodeZonalParams CBarcodeZonalSettings CBinarize CBlankImageDetection CBookmarksOptions CConsoleLogger CDarkBordersRemoval CDataExtraction CDateSearchContext CDefaultPageCollection CDeskew CDespeckle CDigitalCertificate CDigitalSignature CDitherRemoval CDocument CDocumentMetadata CDocumentSeparationOptions CDocumentWriter CDocxOutputParams CEncryptionOptions CEpubOutputParams CFileLogger CFileStream CFormAction CFormCheckboxField CFormCombedTextField CFormDropdownField CFormField CFormFieldGroup CFormFieldOptionItem CFormFieldStyle CFormJavaScriptAction CFormListBoxField CFormPasswordField CFormRadioButtonField CFormRadioButtonItem CFormTextField CGreyscale CHtmlOutputParams CImage CImageIO CImageLoadOptions CImageLoadOptionsPdf CImageOperation CImageOperationUtils CImagePixels CImagePluginCapabilities CImagePluginCapability CImageSaveOptions CImageSaveOptionsJpeg CImageSaveOptionsJpeg2000 CImageSaveOptionsPdf CImageSaveOptionsPng CImageSaveOptionsTiff CImageSource CJpegCompressionOptions CLineRemoval CMemoryBuffer CMemoryStream CMetadataInfo CNegative CNumberSearchContext CObjArray CObjPtr COcrContext COcrPageParams COcrParams COcrZonalParams COcrZonalSettings COcrZoneDescription COdtOutputParams COutputParams CPage CPageAnalysis CPageAnalysisParams CPageAnalysisResult CPageBookmark CPageCollectionStorageOptions CPageColumn CPageContent CPageCustomData CPageFont CPageGraphicShape CPageGraphicShapeLine CPageInteractiveForm CPageMetadata CPageParagraph CPageParagraphsGroup CPageProcessing CPageSection CPageSizeOptions CPageStyle CPageStyleFont CPageStyleParagraph CPageStyleParagraphList CPageStyleTableCell CPageStyleTabulation CPageStyleTextElement CPageStyleWord CPageTableCell CPageTextElement CPageTextElementAlternative CPageTextLine CPageWord CPageZone CPageZoneGraphic CPageZoneGraphicExternalImage CPageZoneTable CPageZoneText CPdfCompressionOptions CPdfCustomMetadata CPdfCustomMetadataContainer CPdfCustomMetadataProperty CPdfCustomMetadataPropertyList CPdfCustomMetadataResource CPdfOutputParams CPdfUpdateParams CPerspective CPolygon CPolygonUtils CPptxOutputParams CPunchHoleRemoval CQualityAssessment CRegexSearchContext CResize CRotate CRtfOutputParams CSearchContext CSearchMatch CSearchResult CSerialization CSignatureContent CTextOutputParams CTextRecognition CTextSearchContext CXlsxOutputParams CXmlOutputParams

Detailed Description

Base class for all iDRS classes.

CObj provides basic services for:

  • memory management,
  • secured pointers,
  • reference count.

Each iDRS object has a reference meter. The object counts the number of objects that are using it. When an object is no longer used, it removes itself from memory.