Returns or sets the type of picture to be generated by the Picture property.
Syntax
object.PictureType [=type]
The PictureType property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
type | An integer or constant that specifies the type of picture that should be generated, as described in Settings. |
Settings
The settings for type are:
Constant | Value | Description |
flexPictureColor | 0 | This produces a high-quality full-color image. |
flexPictureMonochrome | 1 | This produces a lower-quality, monochrome, image that consumes less memory. |