Cuminas DjVu SDK for .NET Framework
EmptyMaskProcess Enumeration



Determines how to deal with empty masks.
Syntax
Public Enum EmptyMaskProcess 
   Inherits System.Enum
Dim instance As EmptyMaskProcess
public enum EmptyMaskProcess : System.Enum 
public enum class EmptyMaskProcess : public System.Enum 
Members
MemberDescription
BitonalOrPictureIf the mask is empty, the output should be encoded in EncoderMode.Bitonal or EncoderMode.Picture.
BitonalOrSegmentationIf the mask is empty, the output should be encoded in EncoderMode.Bitonal or generated by the segmenter.
PictureIf the mask is empty, the output should be encoded in EncoderMode.Picture.
SegmentationIf the mask is empty, the output should be generated by the segmenter.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DjVu.EmptyMaskProcess

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

DjVu Namespace
EncoderMode Enumeration
Encoder Class

Send Feedback