SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigNoZoom Property

If this value is True the signature widget size will not be changed during zooming.

Syntax

ANSI (Cross Platform)
int GetSigNoZoom();
int SetSigNoZoom(int bSigNoZoom); Unicode (Windows) BOOL GetSigNoZoom();
INT SetSigNoZoom(BOOL bSigNoZoom);
@property (nonatomic,readwrite,assign,getter=sigNoZoom,setter=setSigNoZoom:) BOOL sigNoZoom;
- (BOOL)sigNoZoom;
- (void)setSigNoZoom:(BOOL)newSigNoZoom;
#define PID_PDFSIGNER_SIGNOZOOM 104

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 size will not be changed during zooming.

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]