SignDoc SDK (C++)  5.0.1.29
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
Data Structures
Here are the data structures with brief descriptions:
[detail level 1234]
 Nde
 Nsoftpro
 Ndoc
 CFileInputStreamClass implementing an InputStream reading from a file
 CFileOutputStreamClass implementing an OutputStream writing to a file
 CInputStreamInterface for an input stream, inspired by Java's java.io.InputStream
 CLibraryInputStreamBase class for InputStream implementations in SignDoc SDK
 CLibraryOutputStreamBase class for OutputStream implementations in SignDoc SDK
 CLibrarySignDocCaptureDeviceSignDocCaptureDevice implemented in SignDoc SDK
 CLibrarySignDocCaptureDisplaySignDocCaptureDisplay implemented in SignDoc SDK
 CLibrarySignDocCaptureListenerSignDocCaptureListener implemwented in SignDoc SDK
 CLibraryTimeStamperTimeStamper implemented in SignDoc SDK
 CMemoryInputStreamClass implementing an InputStream reading from memory
 CMemoryOutputStreamClass implementing an OutputStream writing to memory and allocating memory as needed
 COutputStreamInterface for an output stream, inspired by Java's java.io.OutputStream
 CPointA point (document coordinates or canvas coordinates depending on context)
 CRectA rectangle (document coordinates)
 CSignDocAnnotationAn annotation
 CSignDocAttachmentOutput of SignDocDocument::getAttachment()
 CSignDocCaptureCapture signatures
 CSignDocCaptureDeviceInterface for a capture device
 CSignDocCaptureDisplayInterface for displaying a background image and painting strokes while capturing
 CSignDocCaptureDisplayEventListenerInterface reporting resize and move events for GUI elements
 CSignDocCaptureFiltersFilters for enumerating capture devices
 CSignDocCaptureListenerInterface for receiving captured samples and other events
 CSignDocCaptureOutputResult of SignDocCapture::waitCapture()
 CSignDocCaptureParametersParameters for SignDocCapture::startCapture()
 CSignDocCaptureResultOutput of SignDocCapture::waitCapture2()
 CSignDocCaptureTransformationOutput of SignDocCaptureDevice::getTransformation()
 CSignDocCaptureVirtualButtonA virtual button
 CSignDocChangeA single change made to a PDF document after a signature
 CSignDocCheckSignatureParametersParameters for SignDocSignatureData::checkReference() and SignDocSignatureData::checkSignature()
 CSignDocCleanParametersActions and parameters for SignDocImage::clean()
 CSignDocColorA color
 CSignDocDocumentAn interface for SignDoc documents
 CSignDocDocumentHandlerHandler for one document type (internal interface)
 CSignDocDocumentLoaderCreate SignDocDocument objects
 CSignDocFieldOne field of a document
 CSignDocFindTextOccurrenceInformation about text found by SignDocDocument::findText()
 CSignDocImageA bitmap image
 CSignDocImageParametersParameters for saving images, converting images to bi-level images, resizing images, and rendering biometric signatures as images
 CSignDocImageRectA rectangle for use with SignDocImage
 CSignDocMatchParametersParameters for SignDocSignatureData::matchSignature(), SignDocSignatureData::matchReference(), SignDocImage::matchSignature(), and SignDocImage::matchReference()
 CSignDocMatchResultResult of SignDocSignatureData::matchSignature(), SignDocSignatureData::matchReference(), SignDocImage::matchSignature(), and SignDocImage::matchReference()
 CSignDocPageLabelRangeA range of page labels of a PDF document
 CSignDocParametersBase class for SignDoc***Parameters classes
 CSignDocPdfDocumentHandlerSignDoc document handler for PDF documents
 CSignDocPropertyOne property, without value
 CSignDocRenderOutputOutput of SignDocDocument::renderPageAsImage() and SignDocDocument::renderPageAsSignDocImage()
 CSignDocRenderParametersParameters for SignDocDocument::renderPageAsImage() and SignDocDocument::renderPageAsSignDocImage()
 CSignDocSignatureInformation about a signature field returned by SignDocDocument::getSignature()
 CSignDocSignatureDataBiometric data of handwritten signatures
 CSignDocSignatureParametersParameters for signing a document
 CSignDocSignatureSampleA single sample of the biometric data of a handwritten signature
 CSignDocTextClusterA cluster of Unicode code points and glyphs
 CSignDocTextFieldAttributesAttributes of a text field, list box field or combo box field used for the construction of the appearance (PDF documents only)
 CSignDocTextIteratorAn iterator for the text of a document
 CSignDocTiffDocumentHandlerSignDoc document handler for TIFF documents
 CSignDocVerificationParametersParameters for verifying a certificate chain
 CSignDocVerificationResultInformation about a signature field returned by SignDocDocument::verifySignature() or SignDocDocument::verifySignature2()
 CSignDocWatermarkParameters for a watermark
 CSignDocWeightedFrameA frame and its weight
 CSignECDSAInterface for creating an ECDSA signature
 CSignPKCS7Interface for creating a PKCS #7 or CAdES signature
 CSignRSAInterface for creating an RSA signature
 CSourceData source
 CTimeStamperInterface for creating an RFC 3161 timestamp
 CUserInputStreamBase class for InputStream implementations by user code
 CUserOutputStreamBase class for OutputStream implementations by user code
 CUserSignDocCaptureDeviceBase class for SignDocCaptureDevice implementations by user code
 CUserSignDocCaptureDisplayBase class for SignDocCaptureDisplay implementations by user code
 CUserSignDocCaptureListenerBase class for SignDocCaptureListener implemented by user code
 CUserTimeStamperBsae class for user-provided timestamping