Description
Gets/Sets the Boolean property indicating whether to Subsample the image upon a call to Read. Subsampling creates Thumbnail images. Set the Width and Height parameters to indicate the size of the Thumbnail you wish to create.
-
Property type
-
A Boolean value.
-
Syntax
-
object.PreviewMode [= value]
The PreviewMode Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | value | A Boolean value. | Remarks
True indicates the McStream library is in Preview mode. False (default) indicates the McStream library is in normal mode.
|