AttachmentBinaryHelperEnsureThumbnailFileInternal Method |
Ensures the thumbnail file.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual string EnsureThumbnailFileInternal(
DocumentAttachment attachment,
int width,
int height,
int maxSideSize
)
Parameters
- attachment
- Type: CMS.DocumentEngineDocumentAttachment
Document attachment. - width
- Type: SystemInt32
File width. - height
- Type: SystemInt32
File height. - maxSideSize
- Type: SystemInt32
Maximum side size.
Return Value
Type:
StringSee Also