AttachmentBinaryHelperGetImageThumbnailBinaryFileInternal Method |
Returns the image thumbnail from the disk.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual byte[] GetImageThumbnailBinaryFileInternal(
DocumentAttachment attachment,
int width,
int height
)
Parameters
- attachment
- Type: CMS.DocumentEngineDocumentAttachment
Document attachment. - width
- Type: SystemInt32
Image thumbnail height. - height
- Type: SystemInt32
Image thumbnail width.
Return Value
Type:
ByteSee Also