Gets or sets a value indicating if the photo size in pixels will be validated. Images below minimum required size are rejected.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool EnablePhotoSizeValidation { get; set; }
Visual Basic
Public Property EnablePhotoSizeValidation As Boolean
	Get
	Set
Visual C++
public:
property bool EnablePhotoSizeValidation {
	bool get ();
	void set (bool value);
}
F#
member EnablePhotoSizeValidation : bool with get, set

Property Value

Type: Boolean

See Also