Show / Hide Table of Contents

Enum FamosFileCompressionType

Determines the type of the compression.

Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public enum FamosFileCompressionType

Fields

Name Description
Uncompressed

The data are uncompressed.

ZLIB

The data are compressed using the ZLIB algorithm.

  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms