| ▼Nde | |
| ▼Nsoftpro | |
| ▼Ndoc | |
| CFileInputStream | Class implementing an InputStream reading from a file |
| CFileOutputStream | Class implementing an OutputStream writing to a file |
| CInputStream | Interface for an input stream, inspired by Java's java.io.InputStream |
| CLibraryInputStream | Base class for InputStream implementations in SignDoc SDK |
| CLibraryOutputStream | Base class for OutputStream implementations in SignDoc SDK |
| CLibrarySignDocCaptureDevice | SignDocCaptureDevice implemented in SignDoc SDK |
| CLibrarySignDocCaptureDisplay | SignDocCaptureDisplay implemented in SignDoc SDK |
| CLibrarySignDocCaptureListener | SignDocCaptureListener implemwented in SignDoc SDK |
| CLibraryTimeStamper | TimeStamper implemented in SignDoc SDK |
| CMemoryInputStream | Class implementing an InputStream reading from memory |
| CMemoryOutputStream | Class implementing an OutputStream writing to memory and allocating memory as needed |
| COutputStream | Interface for an output stream, inspired by Java's java.io.OutputStream |
| CPoint | A point (document coordinates or canvas coordinates depending on context) |
| CRect | A rectangle (document coordinates) |
| CSignDocAnnotation | An annotation |
| CSignDocAttachment | Output of SignDocDocument::getAttachment() |
| CSignDocCapture | Capture signatures |
| CSignDocCaptureDevice | Interface for a capture device |
| CSignDocCaptureDisplay | Interface for displaying a background image and painting strokes while capturing |
| CSignDocCaptureDisplayEventListener | Interface reporting resize and move events for GUI elements |
| CSignDocCaptureFilters | Filters for enumerating capture devices |
| CSignDocCaptureListener | Interface for receiving captured samples and other events |
| CSignDocCaptureOutput | Result of SignDocCapture::waitCapture() |
| CSignDocCaptureParameters | Parameters for SignDocCapture::startCapture() |
| CSignDocCaptureResult | Output of SignDocCapture::waitCapture2() |
| CSignDocCaptureTransformation | Output of SignDocCaptureDevice::getTransformation() |
| CSignDocCaptureVirtualButton | A virtual button |
| CSignDocChange | A single change made to a PDF document after a signature |
| CSignDocCheckSignatureParameters | Parameters for SignDocSignatureData::checkReference() and SignDocSignatureData::checkSignature() |
| CSignDocCleanParameters | Actions and parameters for SignDocImage::clean() |
| CSignDocColor | A color |
| CSignDocDocument | An interface for SignDoc documents |
| CSignDocDocumentHandler | Handler for one document type (internal interface) |
| CSignDocDocumentLoader | Create SignDocDocument objects |
| CSignDocField | One field of a document |
| CSignDocFindTextOccurrence | Information about text found by SignDocDocument::findText() |
| CSignDocImage | A bitmap image |
| CSignDocImageParameters | Parameters for saving images, converting images to bi-level images, resizing images, and rendering biometric signatures as images |
| CSignDocImageRect | A rectangle for use with SignDocImage |
| CSignDocMatchParameters | Parameters for SignDocSignatureData::matchSignature(), SignDocSignatureData::matchReference(), SignDocImage::matchSignature(), and SignDocImage::matchReference() |
| CSignDocMatchResult | Result of SignDocSignatureData::matchSignature(), SignDocSignatureData::matchReference(), SignDocImage::matchSignature(), and SignDocImage::matchReference() |
| CSignDocPageLabelRange | A range of page labels of a PDF document |
| CSignDocParameters | Base class for SignDoc***Parameters classes |
| CSignDocPdfDocumentHandler | SignDoc document handler for PDF documents |
| CSignDocProperty | One property, without value |
| CSignDocRenderOutput | Output of SignDocDocument::renderPageAsImage() and SignDocDocument::renderPageAsSignDocImage() |
| CSignDocRenderParameters | Parameters for SignDocDocument::renderPageAsImage() and SignDocDocument::renderPageAsSignDocImage() |
| CSignDocSignature | Information about a signature field returned by SignDocDocument::getSignature() |
| CSignDocSignatureData | Biometric data of handwritten signatures |
| CSignDocSignatureParameters | Parameters for signing a document |
| CSignDocSignatureSample | A single sample of the biometric data of a handwritten signature |
| CSignDocTextCluster | A cluster of Unicode code points and glyphs |
| CSignDocTextFieldAttributes | Attributes of a text field, list box field or combo box field used for the construction of the appearance (PDF documents only) |
| CSignDocTextIterator | An iterator for the text of a document |
| CSignDocTiffDocumentHandler | SignDoc document handler for TIFF documents |
| CSignDocVerificationParameters | Parameters for verifying a certificate chain |
| CSignDocVerificationResult | Information about a signature field returned by SignDocDocument::verifySignature() or SignDocDocument::verifySignature2() |
| CSignDocWatermark | Parameters for a watermark |
| CSignDocWeightedFrame | A frame and its weight |
| CSignECDSA | Interface for creating an ECDSA signature |
| CSignPKCS7 | Interface for creating a PKCS #7 or CAdES signature |
| CSignRSA | Interface for creating an RSA signature |
| CSource | Data source |
| CTimeStamper | Interface for creating an RFC 3161 timestamp |
| CUserInputStream | Base class for InputStream implementations by user code |
| CUserOutputStream | Base class for OutputStream implementations by user code |
| CUserSignDocCaptureDevice | Base class for SignDocCaptureDevice implementations by user code |
| CUserSignDocCaptureDisplay | Base class for SignDocCaptureDisplay implementations by user code |
| CUserSignDocCaptureListener | Base class for SignDocCaptureListener implemented by user code |
| CUserTimeStamper | Base class for user-provided timestamping |