Click or drag to resize
AbstractOutputFileSatisfiesWatermarkDimensions Method
Checks the minimal

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
protected bool SatisfiesWatermarkDimensions(
	int minSize,
	int originalSize
)

Parameters

minSize
Type: SystemInt32
Minimum size of the image
originalSize
Type: SystemInt32
Original size of the image

Return Value

Type: Boolean
See Also