TIWCGJQSignatureDataType Enumeration

Represents type TIWCGJQSignatureDataType.

Namespace: IWCGJQSignature
type
 TIWCGJQSignatureDataType = (jqsdfDefault,jqsdfNative,jqsdfBase30,jqsdfSVG, jqsdfSVG_Base64,
 jqsdfImage, jqsdfImageSVG_XML, jqsdfImageSVG_XML_Base64);

The TIWCGJQSignatureDataType type exposes the following members.

Show:
 NameDescription
jqsdfBase30

Represents constant jqsdfBase30.

jqsdfDefault

Represents constant jqsdfDefault.

jqsdfImage

Represents constant jqsdfImage.

jqsdfImageSVG_XML

Represents constant jqsdfImageSVG_XML.

jqsdfImageSVG_XML_Base64

Represents constant jqsdfImageSVG_XML_Base64.

jqsdfNative

Represents constant jqsdfNative.

jqsdfSVG

Represents constant jqsdfSVG.

jqsdfSVG_Base64

Represents constant jqsdfSVG_Base64.

Top