Method RequiresEvenResolution
RequiresEvenResolution()
Indicates whether this encoder requires the width and height of the image to both be even numbers or not.
Declaration
[Obsolete("RequiresEvenResolution() is no longer used.")]
bool RequiresEvenResolution()
Returns
| Type | Description | 
|---|---|
| bool | True if this encoder requires even dimensions, False otherwise.  |