SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigNoView Property

If this value is True the signature widget will not be displayed when the document is viewed.

Syntax

ANSI (Cross Platform)
int GetSigNoView();
int SetSigNoView(int bSigNoView); Unicode (Windows) BOOL GetSigNoView();
INT SetSigNoView(BOOL bSigNoView);
@property (nonatomic,readwrite,assign,getter=sigNoView,setter=setSigNoView:) BOOL sigNoView;
- (BOOL)sigNoView;
- (void)setSigNoView:(BOOL)newSigNoView;
#define PID_PDFSIGNER_SIGNOVIEW 103

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PDFSigner_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PDFSigner_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

If this value is True the signature widget will not be displayed when the document is viewed.

This property is not available at design time.

Data Type

Boolean

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