SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SigCustomVisualStatusMatrix Property

Defines the custom visual status matrix.

Object Oriented Interface

public function getSigCustomVisualStatusMatrix();
public function setSigCustomVisualStatusMatrix($value);

Procedural Interface

secureblackbox_pdfsigner_get($res, 86 );
secureblackbox_pdfsigner_set($res, 86, $value );

Default Value

''

Remarks

Defines the custom visual status matrix.

Use of this property makes sense only if a visual status icon is displayed over the signature (SigShowVisualStatus). Prior to Acrobat 6, signature's visual appearance was modified with a status icon, e.g., "valid" or "invalid". The visual status matrix is used to position the icon in the signature widget. If CustomVisualStatusMatrix is empty, the value of '0.25 0 0 0.25 0 0' is used.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]