Click or drag to resize

FileStoreResizeImageIfTooBig Method

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static bool ResizeImageIfTooBig(
	ref byte[] buf,
	ref string filename,
	int maxfilesize,
	int width,
	int height
)

Parameters

buf
Type: SystemByte
filename
Type: SystemString
maxfilesize
Type: SystemInt32
width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Boolean
See Also