Looks up a localized string similar to Invalid bitmap data; number of pixels does not match width * height.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static string InvalidBitmapPixelMismatch { get; }
Visual Basic
Public Shared ReadOnly Property InvalidBitmapPixelMismatch As String
	Get
Visual C++
public:
static property String^ InvalidBitmapPixelMismatch {
	String^ get ();
}

See Also