IMcFiles Properties |
![]() |
The IMcFiles type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileSignature | Returns the computed unique File Signature for the File pointed to in Path.
Path can be either a String, or an McStream reference. |
![]() | Flags | Gets or Sets the the Flags used for Screen Capture or Conversion. |
![]() | OutputImageType | Sets the ImageType for the output files of Convert or Store |
![]() | OutputNumbers | 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. |
![]() ![]() | OutputPath | Gets or Sets the Full Pathname of where converted or stored images should be placed. |
![]() ![]() | OutputPrefix | Gets or Sets the the Prefix string used for identifying Screen Grabs.
If no prefix is indicated, the OutputStream's FileName is used. |
![]() ![]() | OutputStream | Gets or Sets the the McStream used for writing the output. On initial Get,
the stream is created. |
![]() | Recursive | 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. |
![]() ![]() | SaveFramesIndividually | 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. |