Discuss this help topic in SecureBlackbox Forum
Specifies possible thumbnail sizes (in pixels) for images in Dropbox.
Declaration
[C#/Java]
enum TSBDropboxImageSize { disDefault = 0, disXS = 1, disS = 2, disM = 3, disL = 4, disXL = 5 };
[VB.NET]
Enum TSBDropboxImageSize
disDefault = 0
disXS = 1
disS = 2
disM = 3
disL = 4
disXL = 5
End Enum
[Pascal]
TSBDropboxImageSize = (disDefault, disXS, disS, disM, disL, disXL);
[C++]
typedef uint8_t TSBDropboxImageSizeRaw;
typedef enum { disDefault = 0, disXS = 1, disS = 2, disM = 3, disL = 4, disXL = 5 } TSBDropboxImageSize;
Description
Possible values:
Declared in
.NET:
- Namespace: SBDropboxDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:
- Unit: SBDropboxDataStorage
Java:
- Package: SecureBlackbox.Cloud.jar
C++:
Discuss this help topic in SecureBlackbox Forum