Click or drag to resize

IMcFiles Properties

The IMcFiles type exposes the following members.

Properties
  NameDescription
Public propertyFileSignature
Returns the computed unique File Signature for the File pointed to in Path. Path can be either a String, or an McStream reference.
Public propertyFlags
Gets or Sets the the Flags used for Screen Capture or Conversion.
Public propertyOutputImageType
Sets the ImageType for the output files of Convert or Store
Public propertyOutputNumbers
Gets or Sets the the Suffix numbers used for identifying Screen Captures. After each successive screen capture, the OutputNumbers are incremented. If a file currently exists with the same name, the OutputNumbers are incremented until a unique filename is found.
Public propertyCode exampleOutputPath
Gets or Sets the Full Pathname of where converted or stored images should be placed.
Public propertyCode exampleOutputPrefix
Gets or Sets the the Prefix string used for identifying Screen Grabs. If no prefix is indicated, the OutputStream's FileName is used.
Public propertyCode exampleOutputStream
Gets or Sets the the McStream used for writing the output. On initial Get, the stream is created.
Public propertyRecursive
Gets or Sets the the Boolean value indicating whether a call to Convert searches sub-directories to find all image files that match. Defaults to False.
Public propertyCode exampleSaveFramesIndividually
If a sequence (multiple frame image) is used as the Source for Convert, but a single image format (such as JPG or PNG) is used as the OutputFormat, the user has the option to save the individual frames as successive images, or to only save the first frame of the sequence.
Top
See Also