SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigRotate Property

Specifies the rotation angle of the signature widget in degrees.

Syntax

ANSI (Cross Platform)
int GetSigRotate();
int SetSigRotate(int iSigRotate); Unicode (Windows) INT GetSigRotate();
INT SetSigRotate(INT iSigRotate);
@property (nonatomic,readwrite,assign,getter=sigRotate,setter=setSigRotate:) int sigRotate;
- (int)sigRotate;
- (void)setSigRotate:(int)newSigRotate;
#define PID_PDFSIGNER_SIGROTATE 115

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

0

Remarks

Specifies the rotation angle of the signature widget in degrees. Values of 0, 90, 180, and 270 are allowed.

This property is not available at design time.

Data Type

Integer

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