PrizmDoc Viewer v13.12 Release - Updated
API Reference / Viewer Control / Namespace: PCCViewer / Namespace: Signatures
In This Topic
    Namespace: Signatures
    In This Topic

    Namespace: Signatures

    PCCViewer. Signatures

    An instance of PCCViewer.ObservableCollection. This object is a common management utility used to keep track of the currently known signatures.

    See:

    Members

    (inner) FreehandSignature

    A plain object convention describing a freehand drawn signature.

    Properties:
    Name Type Attributes Description
    type string

    Describes the type of data in this signature. For FreehandSignature, this value will always be path.

    path string

    The path data of the signature.

    width number

    The absolute width of the path data.

    height number

    The absolute height of the path data.

    category string | undefined <optional>

    The category of this signature. See signatureCategories in external:jQuery.fn~Options for more information.

    (inner) TextSignature

    A plain object convention describing a text based signature.

    Properties:
    Name Type Attributes Description
    type string

    Describes the type of data in this signature. For TextSignature, this value will always be text.

    text string

    The text contents of the signature.

    category string | undefined <optional>

    The category of this signature. See signatureCategories in external:jQuery.fn~Options for more information.


    Documentation generated by JSDoc 3.3.3 on Mon Mar 30 2020 09:24:12 GMT-0400 (Eastern Daylight Time)