Description
Gets or Sets the the Flags used for Screen Capture or Conversion.
-
Property type
-
A mcffFileFlags enumeration.
-
Syntax
-
object.Flags [= value]
The Flags Property syntax has these parts: |
| object | An expression evaluating to an object of type McFiles. | | value | A mcffFileFlags enumeration, as described in settings. | Settings The settings for value are:
 | mcffDoNotOverwrite | 0 | |
 | mcffOverwrite | 1 | |
|