PrizmDoc® v14.3 Release - Updated January 14, 2025
PrizmDoc / API Reference / Viewer Control / Namespace: PCCViewer / Namespace: Signatures
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 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 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.6.10 on Thu Oct 31 2024 15:02:24 GMT+0000 (Coordinated Universal Time)