![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
▼NSolidFramework | |
►NConfiguration | |
CInstaller | Represents installing functionality |
►NConverters | |
►NPlumbing | |
CConversionResult | Implementation of the IConversionResult |
CIConversionResult | Interface for conversion results |
►CIConversionResultsCollection | |
CIConversionResultsCollectionEnumerator | |
CImageWatermark | Represents Image watermark |
CPdfAConversionResult | Represents PDF/A conversion result |
CSelectedArea | Represents Selected area |
CSelectedAreas | Represents Selected area |
►CSelectedAreasCollection | |
CSelectedAreasCollectionEnumerator | |
CTextWatermark | Represents Text watermark |
►CConverter | This class is used internally by SolidFramework. It should not be used directly. Base class for all converters. |
CSourceFile | |
CPdfToDataConverter | Convert PDF to CSV, SQL or unformatted Excel. |
CPdfToExcelConverter | Extract tables from PDF Pages to Microsoft Excel Spreadsheet. |
CPdfToHtmlConverter | Convert PDF to HTML document. |
CPdfToImageConverter | Extracts images from PDF files or renders the pages of PDFs as images. |
CPdfToOfficeDocumentConverter | This class is used internally by SolidFramework. It should not be used directly. Abstract class for converting PDF to MS Office application files. |
CPdfToPdfAConverter | Converts PDF to PDF/A 1b or 2b compliant document. This class is used to convert from PDF to PDF/A. If you wish to convert to a PDF that is non-PDF/A then use the PdfToPdfConverter instead. |
CPdfToPdfConverter | Converts a PDF file into another PDF file |
CPdfToPowerPointConverter | Converts a PDF file to a PowerPoint Presentation. |
CPdfToTextConverter | Convert a PDF file into plain text document. |
CPdfToWordConverter | Converts and reconstructs PDF files to editable Microsoft Word documents |
CSolidConverterPdf | This class is used internally by SolidFramework. It should not be used directly. |
►NForms | |
CAnalyzeResults | Analyzes Results. |
CBookmarks | Represents bookmarks. |
CCachedPageImage | Cached Page Image. |
CCenterDialog | Used to center any Windows dialog. Example: |
CClipboardEventArgs | Represents clipboard event. |
CDocumentPropertiesForm | Represents document properties form. |
CDoubleBufferedListView | |
CExplorerPanel | |
CExplorerTree | |
CFileListData | |
CMarqueEventArgs | Represents Marque Event Args. |
CMRUListUpdateArgs | |
CPageRangeForm | Page range form |
CPageView | A Page View is a user control that when loaded with a Page Model will display the PDF document. Scrolling and zooming (using Ctrl plus the mouse wheel). are automatically supported. While it is possible to search within the open pages, this is more easily achieved using the PdfViewer control. |
CPasswordForm | Represents password form. |
CPdfNode | |
CPdfViewer | |
CProgressForm | |
CSecurityEditor | Represents Security Editor. |
CSolidFolderBrowserDialog | The Solid Framework forms are designed to work with the Solid Macro Recorder, as it enables incerception from the UI. |
CSolidMessageBox | The Solid Framework Message Box can be incercepted with our Macro interface and allows a check box to be added for bulk operation - do this for all. |
CSolidOpenFileDialog | The Solid Framework forms are designed to work with the Solid Macro Recorder, as it enables incerception from the UI. |
CSolidSaveFileDialog | The Solid Framework forms are designed to work with the Solid Macro Recorder, as it enables incerception from the UI. |
CThumbnailItem | Represents thumbnail item. |
►CThumbnails | Represents thumbnails. |
CClipboard | |
CValidatorReport | Represents Validator Report. |
►NImaging | |
CImage | Represents Image |
►CImagesCollection | |
CImagesCollectionEnumerator | |
CIOcrRegion | Interface for OCR region |
►CIOcrRegionsCollection | |
CIOcrRegionsCollectionEnumerator | |
COcr | |
COcrGraphicRegion | Represents OCR graphic region |
COcrImageRegion | Represents image region |
COcrLine | Represents line of OCR words |
►COcrLinesCollection | |
COcrLinesCollectionEnumerator | |
COcrResults | Represents OCR results |
COcrTextRegion | Represents OCR text region |
COcrWord | Represents OCR word |
►COcrWordsCollection | |
COcrWordsCollectionEnumerator | |
CScanEventArgs | Represent type of Scan Event Args. |
CScanner | Represents types of Scanner. |
CScannerPng | Represents type of Scanner Png. |
CScanners | Represents types of Scanners. |
►NInterop | |
CBitmap | |
CColor | |
►CColorsCollection | |
CColorsCollectionEnumerator | |
CConstStringMarshaler | Marshals constant native strings (const wchar_t *) to managed strings (System.String) |
CDateTime | |
CMatrix | |
CNativeMemoryHolder | |
CNativeMemoryHolderCollection | |
CPoint | |
CPointF | |
►CPointFsCollection | |
CPointFsCollectionEnumerator | |
CRectangle | |
CRectangleF | |
CSize | |
CSizeF | |
CStringArrayMarshaler | Represents String array marshaler |
CStringMarshaler | Represents String marshaler Reference: http://support.microsoft.com/kb/307713 converts System.String to native const wchar_t * |
CTempStringMarshaler | Marshals temporary native strings (wchar_t[]) to and from managed strings (System.String) |
CTimeSpan | |
CUri | |
►NLanguage | |
CLanguage | |
►NModel | |
►NExport | |
CExcelOptions | |
CExportOptions | Specifies options for exporting the document. |
CHtmlOptions | |
CPowerPointOptions | |
CTxtOptions | |
CWordOptions | |
►NLayout | |
CLayoutChunk | Represents a chunk of text as loaded from the PDF |
CLayoutChunkLine | Represents a line of text chunks that were loaded from the PDF |
►CLayoutChunkLinesCollection | |
CLayoutChunkLinesCollectionEnumerator | |
CLayoutChunkParagraph | Represents a paragraph of text chunks that were loaded from the PDF |
►CLayoutChunksCollection | |
CLayoutChunksCollectionEnumerator | |
CLayoutDocument | Contains information about the location of objects within the document. |
CLayoutGraphic | Provides access to the layout information for a graphic in a PDF document. |
CLayoutGroup | |
CLayoutImage | Provides access to the layout information for an image in a PDF document. |
CLayoutObject | Abstract base class for all objects that contain layout information for items in a PDF document |
►CLayoutObjectsCollection | |
CLayoutObjectsCollectionEnumerator | |
CLayoutPage | Provides access to the layout information for a page of a PDF document. |
CLayoutParagraph | |
CLayoutParagraphLine | Represents a single line within the document, and provides access to the layout information for that line. |
CLayoutParagraphListItem | Represents a single word within the document, and provides access to the layout information for that word. NOTE: a LayoutParagraphWord does not map directly to a SolidFramework.Model.Plumbing.Run. |
CLayoutParagraphWord | Represents a single word within the document, and provides access to the layout information for that word. NOTE: a LayoutParagraphWord does not map directly to a SolidFramework.Model.Plumbing.Run. |
CLayoutTable | Represents a table within the document, and provides access to the layout information for that table. |
CLayoutTextBox | Represents a textbox within the document, and provides access to the layout information for that textbox. |
►NPdf | |
►NPages | |
►NOperations | |
CAddComment | Operation that allows addition of an annotation within the PagesModel. |
CAddCommentParameter | |
CCopy | Represents copy. |
CDelete | Operation that allows deletion of pages within the PagesModel. |
CDeleteComment | Operation that allows deletion of an annotation within the PagesModel. |
CDeleteCommentParameter | Operation that allows deletion of an annotation within the PagesModel. |
CInsert | Represents insert. |
CInsertParameter | Operation that allows deletion of an annotation within the PagesModel. |
CModifyComment | Operation that allows modification of an annotation within the PagesModel. |
CModifyCommentParameter | Operation that allows deletion of an annotation within the PagesModel. |
CMove | Operation that allows moving of pages within the PagesModel. |
CRedo | Operation that allows redoing of an operation that was undone within the PagesModel. |
CRotate | Operation that allows rotation of pages within the PagesModel. |
CUndo | Operation that allows undoing an operation that has been executed on the PagesModel. |
►NPlumbing | |
CAnnotation | This class provides internal support for the SolidFramework.Forms.PageView |
►CAnnotationsCollection | |
CAnnotationsCollectionEnumerator | |
CComment | This class provides internal support for the SolidFramework.Forms.PageView |
►CCommentsCollection | |
CCommentsCollectionEnumerator | |
CDescription | Provides access to author specified metadata for the document. This class provides internal support for the SolidFramework.Forms.DocumentPropertiesForm. |
CGoToLink | This class provides internal support for the SolidFramework.Forms.PageView |
CHighlightComment | This class provides internal support for the SolidFramework.Forms.PageView |
►CHighlightCommentsCollection | |
CHighlightCommentsCollectionEnumerator | |
CInitialView | Represents initial view to be used when displaying a PDF document. This class primarily provides internal support for the SolidFramework.Forms.DocumentPropertiesForm. |
CLink | This class provides internal support for the SolidFramework.Forms.PageView |
►CLinksCollection | |
CLinksCollectionEnumerator | |
CReadOnlyInfo | This class primarily provides internal support for the SolidFramework.Forms.DocumentPropertiesForm and SolidFramework.Forms.PdfViewer forms. However it can also be accessed from the PagesModel object. |
CStrikeOutComment | This class provides internal support for the SolidFramework.Forms.PageView |
►CStrikeOutCommentsCollection | |
CStrikeOutCommentsCollectionEnumerator | |
CTextComment | This class provides internal support for the SolidFramework.Forms.PageView |
►CTextCommentsCollection | |
CTextCommentsCollectionEnumerator | |
CUnderlineComment | This class provides internal support for the SolidFramework.Forms.PageView |
►CUnderlineCommentsCollection | |
CUnderlineCommentsCollectionEnumerator | |
CURILink | This class primarily provides internal support for the SolidFramework.Forms.PageView form. |
CCreatorOptionsRequestArgs | |
CImagePageHolder | Represents image page holder. |
►CImagePageHoldersCollection | |
CImagePageHoldersCollectionEnumerator | |
CImagePageSource | Represents image page source. |
►CImagePageSourcesCollection | |
CImagePageSourcesCollectionEnumerator | |
CIntParameter | Operation that allows deletion of an annotation within the PagesModel. |
CIPageHolder | Abstract interface that represents a single page within the PDF document. Concrete implementations are PdfPageHolder and ImagePageHolder. |
►CIPageHoldersCollection | |
CIPageHoldersCollectionEnumerator | |
CIPageSource | Represents page holder interface. |
►CIPageSourcesCollection | |
CIPageSourcesCollectionEnumerator | |
CModelChangedEventArgs | |
COfferPasswordEventArgs | |
COfferSaveEventArgs | |
COperation | Abstract class that represents an operation which can be performed to a page of a PdfDocument. |
CPagesChangedEventArgs | Represents types of Pages Changed Event Args. |
CPageSelection | Represents a selection that is part or all of a page. |
►CPageSelectionsCollection | |
CPageSelectionsCollectionEnumerator | |
CPagesModel | Represents types of Pages Model. |
CPagesModelBase | |
CPagesModelConverter | |
CParameter | |
CPasswordEnteredEventArgs | Represents types of Password Entered Event Args. |
CPdfPageHolder | Represents a page in a PDF file. Supports page level operations. |
►CPdfPageHoldersCollection | |
CPdfPageHoldersCollectionEnumerator | |
CPdfPageSource | Represents pdf page source. |
►CPdfPageSourcesCollection | |
CPdfPageSourcesCollectionEnumerator | |
CPostSaveProcessingEventArgs | |
CRepairFailedEventArgs | |
CSaveProgressEventArgs | |
CThumbnailChangedEventArgs | |
CTransaction | Represents page holder interface. |
►CTransactionCollection | |
CTransactionCollectionEnumerator | |
►NPlumbing | |
CBezierGraphicSegment | A smooth curve that is defined by its start and end points and two control points or handles. A GraphicPath is a combination of linked Bezier or line segments. |
CBookmark | A bookmark represents a named contiguous area in a document, with both a starting position and an ending position. You can use bookmarks to mark a location in a document, or as a container for text in a document. It can be as small as just the insertion point, or it can be as large as the entire document. NOTE: A comment is considered to be a types of bookmark. |
CBorders | Specifies the line style for the borders of a cell or section. The line style can be set independently for each border. |
CCell | Represents a cell within a table. |
►CCellsCollection | |
CCellsCollectionEnumerator | |
CColumn | Represents a text column within a section. This class does not represent a column within a table. |
CColumns | Represents the collection of columns |
►CColumnsCollection | |
CColumnsCollectionEnumerator | |
CExternalHyperlink | Represents a hyperlink to an external location. |
CFillStyle | Specifies the formatting to be used when filling an object. |
CFont | Describes a Font object used within a document. Includes the name, and whether the font is bold and/or italic |
CGradientFill | Represents a gradient fill. This is a fill style that changes from one color to another. NOTE: This is not currently exposed in the SDK. |
CGraphic | Represents a Graphic in the document. A Graphic consists of a collection of GraphicPaths, each of which is made up of GraphicSegment objects. |
CGraphicPath | |
►CGraphicPathsCollection | |
CGraphicPathsCollectionEnumerator | |
CGraphicSegment | Represents a staright or curved line thatmakes up part of a GraphicPath. |
►CGraphicSegmentsCollection | |
CGraphicSegmentsCollectionEnumerator | |
CGroup | Represents a group of shapes within the document |
CHeaderFooter | Represents a header or footer within the document. |
CHeaderFooterBlockCollection | |
CHyperlink | |
CImageFill | Represents a fill containing and image. NOTE: This is not currently exposed in the SDK. |
CImageShape | Represents an image within a document. |
CInternalHyperlink | Represents a hyperlink within the document, such as bookmarks, comments and references. |
CLineStyle | Represents the formatting for a line. |
CList | Represents a numbered or bullet-point list within a document. |
CListLevels | Represents style information for a numbered or bullet-point list. |
CListStyle | Represents style information for a numbered or bullet-point list. |
►CListStylesCollection | |
CListStylesCollectionEnumerator | |
CMargins | |
CMatrixSO | Describes the transformation that is to applied to SolidObjects when rendering them. |
COptions | Specifies options for the document. |
CParagraph | |
►CParagraphsCollection | |
CParagraphsCollectionEnumerator | |
CParagraphStyle | |
CParagraphStyleTemplate | |
CRow | Represents a row within a table. |
►CRowsCollection | |
CRowsCollectionEnumerator | |
CRun | Represents a block of text that has the same formatting |
►CRunsCollection | |
CRunsCollectionEnumerator | |
CSection | A section is a part of a document that contains its own page formatting. It can be a single page or a range of pages, or a section can comprise the entire document. Sections affect only page formatting. They are entirely unrelated to text and paragraph formatting. Sections are also used to define an area of the document that contains text columns. If you wish to change the number of columns then a new section is required. |
CShape | Represents an object in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture. |
CSolidCollection | |
CSolidFill | |
CSolidObject | |
►CSolidObjectsCollection | |
CSolidObjectsCollectionEnumerator | |
CStyle | |
CStyleTemplate | |
►CStyleTemplatesCollection | |
CStyleTemplatesCollectionEnumerator | |
CTable | |
CTabStop | |
►CTabStopCollection | |
CTabStopCollectionEnumerator | |
CTextBox | |
CTextStyle | |
CTextStyleTemplate | |
CTOC | Represents a Table of Contents within a document. |
CBookmarksCollection | |
CCoreModel | |
CFontsCollection | |
CHyperlinksCollection | |
CListsCollection | Provides access to the individual items that are available in the document. |
CPdfOptions | Specifies values to be used when importing a Pdf file. /summary> |
CStyleTemplatesCollection | |
CTopic | |
►NPdf | |
►NConverters | |
►NPlumbing | |
COfficeToPdfConverter | Represents office to pdf converter. |
CExcelToPdfConverter | Represents excel to pdf converter. |
CPowerPointToPdfConverter | Represents a PowerPoint to PDF converter. |
CWordToPdfConverter | Represents word to pdf converter. |
►NCreators | |
►NPlumbing | |
►NCreatorExceptions | |
CCreatorNotInstalledException | Solid PDF Creator is not installed exception |
CCreatorWrongVersionException | Wrong Version of Solid PDF Creator exception |
CPdfCreator | Represents PDF creator |
CSolidPdfCreator | Represents Solid PDF creator |
CExcelPrintProvider | Represent Excel Print Provider |
CGenericPrintProvider | Represents common print provider functionality |
CHtmlPrintProvider | Represents Html Print Provider |
CImagePrintProvider | Represents Image Print Provider |
COfficePrintProvider | Represents the Office Print Provider |
CPdfCreatorFromImages | |
CPowerPointPrintProvider | Represents Power point print provider |
CPublisherPrintProvider | Represents Publisher print provider |
CWordPerfectPrintProvider | Represents Word perfect print provider functionality |
CWordPrintProvider | Represents Word print provider |
►NDiagnostics | |
CXmlView | Represents XML view functionality |
►NDrawing | |
CPdfPageDrawing | |
►NPlumbing | |
CPdfAction | Represents PDF action |
CPdfAnnot | Represents PDF annotation |
CPdfArray | Represents PDF array |
►CPdfArrayItemsCollection | |
CPdfArrayItemsCollectionEnumerator | |
CPdfBoolean | Represents PDF boolean |
CPdfCaretAnnot | Represents PDF caret annotation |
CPdfCircleAnnot | Represents PDF circle annotation |
CPdfDate | Represents PDF date ISO/IEC 8824 - see PDF Reference |
CPdfDictionary | Represents PDF dictionary |
►CPdfDictionaryItemsCollection | |
CPdfDictionaryItemsCollectionEnumerator | |
CPdfFileAttachmentAnnot | Represents PDF file attachment annotation |
CPdfFont | Represents PDF font. |
►CPdfFontsCollection | |
CPdfFontsCollectionEnumerator | |
CPdfFreeTextAnnot | Represents PDF free text annotation |
CPdfGoTo | Represents PDF GoTo Action |
CPdfHighlightAnnot | Represents PDF highlight annotation |
CPdfInkAnnot | Represents PDF ink annotation |
CPdfItem | Represents PDF item |
CPdfKids | Represents PDF kids |
CPdfLineAnnot | Represents PDF line annotation |
CPdfLink | Represents PDF link |
CPdfMarkupAnnot | Represents PDF markup annotation |
CPdfName | Represents PDF named object |
►CPdfNamedDestinationsCollection | |
CPdfNamedDestinationsCollectionEnumerator | |
CPdfNull | Represents PDF null |
CPdfNumber | Represents PDF number |
CPdfObject | Represents PDF object |
CPdfOutlineItem | Represents PDF outline item |
CPdfOutlines | Represents PDF outlines |
CPdfPage | Represents a single page within a PDF document |
CPdfPages | Represents PDF page collection |
►CPdfPagesCollection | |
CPdfPagesCollectionEnumerator | |
CPdfPolygonAnnot | Represents PDF polygon annotation |
CPdfPolyLineAnnot | Represents PDF polyline annotation |
CPdfPopupAnnot | Represents PDF highlight |
CPdfRectangle | Represents PDF rectangle |
CPdfReference | Represents PDF reference |
CPdfSoundAnnot | Represents PDF sound annotation |
CPdfSquareAnnot | Represents PDF square annotation |
CPdfSquigglyAnnot | Represents PDF squiggly annotation |
CPdfStampAnnot | Represents PDF stamp annotation |
CPdfStreamObject | Represents PDF stream object |
CPdfStrikeOutAnnot | Represents PDF strike out annotation |
CPdfString | Represents PDF string |
CPdfTextAnnot | Represents PDF text annotation |
CPdfUnderlineAnnot | Represents PDF underline annotation |
CPdfUriDictionary | Represents PDF URI dictionary |
►NPrinting | |
CPdfPagePrinting | |
►NRepair | |
CRepairImage | |
CRepairXRef | Builds the results of the repair, for example xref table rebuilt, duplicate object resolution, stream Length correction, etc |
►NReports | |
CPdfAProblem | Represents PDF/A problem |
CPdfAProblemClass | Represents PDF/A problem class |
►CPdfAProblemClassesCollection | |
CPdfAProblemClassesCollectionEnumerator | |
►CPdfAProblemsCollection | |
CPdfAProblemsCollectionEnumerator | |
CPdfAReport | Represents PDF/A report |
CPdfAResult | Represents PDF/A result |
►CPdfAResultsCollection | |
CPdfAResultsCollectionEnumerator | |
►NSearch | |
CDocumentTextSearcher | |
CSearchChangedEvent | |
►NTextSelect | |
CDocumentTextSelector | |
CSelectionChangedEvent | |
►NTransformers | |
CImageWatermarkTransformer | Represents image watermark pdf transformation |
CIRecognize | Represents interface for recognizing pdf document |
CITransformationResult | Represents results of transformation |
►CITransformationResultsCollection | |
CITransformationResultsCollectionEnumerator | |
COCRTransformationResult | Represents results of transformation |
COcrTransformer | Represents OCR pdf transformation |
CPasswordSecurityTransformer | Represents password security pdf transformation |
CPdfTransformer | Represents abstract base class for all pdf transformers |
CPdfTransformerExtensions | Extension for simple usage of transformers |
CTextWatermarkTransformer | Represents text watermark pdf transformation |
CTransformationResult | Implementation of ITransformationResult |
CCatalog | Represents PDF catalog |
CInfo | Represents PDF Info |
COptionalContentProperties | Represents Optional content properties |
CPdfCertificateSecurityHandler | Represents types of Pdf Certificate Security Handler. |
CPdfDocument | |
►CPdfDocumentsCollection | |
CPdfDocumentsCollectionEnumerator | |
CPdfPasswordSecurityHandler | Represents types of Pdf Password Security Handler. |
CPdfSecurityHandler | Represents types of Pdf Security Handler. |
CViewerPreferences | Represents Viewer preferences functionality |
►NPlatform | |
CDirectory | |
CFile | |
CPath | |
CPlatform | |
►NPlumbing | |
CDocument | Represents wrapper other document |
CGZip | Represents GZip functionality |
CGZippedFile | Represents GZipped file |
CGZipResult | Represents GZip result |
CICatalog | Interface for PDF catalog |
CIMacroEngine | IMacro Interface allows interception of all the UI form activity in Solid Framework |
CIPagesCollection | Interface for PDF catalog |
►CLogging | Represents Logging functionality |
CLogger | |
CProgressTicker | Represents Progress ticker |
CProgressTickerEventArgs | |
CUtilities | Represents Utilities |
CVerifyVersions | Represents static class for the Verify versions functionality |
►NServices | |
►NPlumbing | |
►CJobEnvelope | Represents types of Job Envelope. |
CJobEnvelopeData | A key value pair |
CPdfToJobEnvelope | Base class for JobEnvelopes that convert PDFs to other formats. |
CPdfToOfficeJobEnvelope | Base class for JobEnvelopes that convert PDFs to MS Office formats. |
►CWorkerProcess | Represents types of Worker Process. |
CClientMessageChannel | |
CIMessageChannel | |
CMessageQueue | |
CQueueMessageChannel | |
CServerMessageChannel | |
CWorkerProcesses | Represents types of Worker Proccesses. |
CWorkerStatistics | |
CJobCompletedEventArgs | Represents Job Completed Event Args |
CJobHandler | |
CJobProcessor | Represents types of Job Processor. |
CJobProgressEventArgs | Represents types of Job Progress Event Args. |
CPdfToDataJobEnvelope | Represents types of Pdf To Data Job Envelope. |
CPdfToExcelJobEnvelope | Represents types of Pdf To Excel Job Envelope. |
CPdfToHtmlJobEnvelope | Represents types of Pdf To Html Job Envelope. |
CPdfToImagesJobEnvelope | Represents types of Pdf To Images Job Envelope. |
CPdfToPowerPointJobEnvelope | Represents types of Pdf To PowerPoint Job Envelope. |
CPdfToTextJobEnvelope | Represents types of Pdf To Text Job Envelope. |
CPdfToWordJobEnvelope | Represents types of Pdf To Word Job Envelope. |
CQueueEmptyEventArgs | Represents types of Queue Empty Event Args. |
CToFullOcrPdfJobEnvelope | Represents types of To Full Ocr Pdf Job Envelope. |
CToPdfAJobEnvelope | A job that attempts to convert a single PDF file or TIFF image into PDF/A. Also produces an xml report. |
CToPdfJobEnvelope | A job that converts a single PDF file or TIFF image into something else. |
CToSearchablePdfAJobEnvelope | A job that attempts to convert a single PDF file or TIFF image into a PDF/A file while also adding searchable text for scanned pages. Also produces an xml report. |
CToSearchablePdfJobEnvelope | A job that attempts to convert a single PDF file or TIFF image into a PDF file while also adding searchable text for scanned pages. |
CToTextJobEnvelope | A job that attempts to convert a single PDF file or TIFF image into a text file while adding searchable text for scanned pages. |
CValidatePdfAJobEnvelope | A job that validates a single PDF file and produces an xml report. |
CBadDataException | |
CBadThreadingModelException | |
►CBytesArray | |
CBytesArrayEnumerator | |
CCriticalFrameworkError | |
CFileAlreadyExistsException | |
►CFloatsArray | |
CFloatsArrayEnumerator | |
CFrameworkException | |
CFrameworkIOException | |
CInvalidLicenseException | |
CLicense | |
COperationCancelledException | |
CPageRange | Represents a page range |
►CPagesArray | |
CPagesArrayEnumerator | |
CPasswordRequiredException | |
CPdfAWarningEventArgs | Represents types of PdfA Warning Event Args. |
CProgressEventArgs | Describes and manipulates progress event arguments. |
CSolidEnvironment | Represents Solid environment functionality |
►CStringsArray | |
CStringsArrayEnumerator | |
CThreadLock | |
CUnknownFrameworkError | |
CWarningEventArgs | Describes and manipulates warning event arguments. |
CSWIGTYPE_p_void |