ComponentOne VSFlexGrid 8.0
PictureType Property

Returns or sets the type of picture returned by the Picture property.

Syntax

[form!]VSFlexGrid.PictureType[ = PictureTypeSettings ]

Remarks

The effect of the settings for the PictureType property are described below:

The settings for the PictureType property are described below:

 

Constant

Value

Description

FlexPictureColor

0

Causes the Picture property to generate a color bitmap of the control. This mode creates high quality pictures, but they may be quite large and slow to manipulate.

FlexPictureMonochrome

1

Causes the Picture property to generate a monochrome bitmap of the control. This mode creates lower quality pictures which consume less memory and are faster to manipulate.

flexPictureEnhMetafile

2

Please provide description.

 

For more details and sample code, see the Picture property.

Data Type

PictureTypeSettings (Enumeration)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback