AttachmentBinaryHelperGetImageThumbnailInternal Method (DocumentAttachment, Int32, Int32, Int32, Boolean) |
Returns image thumbnail (from the disk - if already exists, or create new one and save it to disk - if doesn't exist).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual byte[] GetImageThumbnailInternal(
DocumentAttachment attachment,
int width,
int height,
int maxSideSize,
bool searchThumbnailFile
)
Parameters
- attachment
- Type: CMS.DocumentEngineDocumentAttachment
Document attachment. - width
- Type: SystemInt32
Image width. - height
- Type: SystemInt32
Image height. - maxSideSize
- Type: SystemInt32
Maximum side size. - searchThumbnailFile
- Type: SystemBoolean
Indicates if thumbnail should be searched on the disk.
Return Value
Type:
ByteSee Also