←Select platform

RasterDialogTiff32SubTypesIndex Enumeration

Summary

Tiff 32 bit sub types Index, for RasterDialogFileTypesIndex.Tiff file type index RasterDialogFileTypesIndex.

Syntax

C#
VB
C++
public enum RasterDialogTiff32SubTypesIndex 
  
Public Enum RasterDialogTiff32SubTypesIndex  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class RasterDialogTiff32SubTypesIndex : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0UncompressedRgbSub-type index for Uncompressed Rgb Tiff
1UncompressedCmykSub-type index for Uncompressed Cmyk Tiff
2PackbitsRgbSub-type index for Packbits Rgb Tiff
3PackbitsCmykSub-type index for Packbits Cmyk Tiff
4LzwRgbSub-type index for Lzw Rgb Tiff
5LzwCmykSub-type index for Lzw Cmyk Tiff
Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly