LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterDialogXps24SubTypesIndex Enumeration
See Also  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogXps24SubTypesIndex Enumeration



XPS 24 bits sub types Index, for RasterDialogFileTypesIndex.Xps file type index

Syntax

Visual Basic (Declaration) 
Public Enum RasterDialogXps24SubTypesIndex 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogXps24SubTypesIndex
C# 
public enum RasterDialogXps24SubTypesIndex : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterDialogXps24SubTypesIndex : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
JpegSub-type index for Jpeg Xps
Jpeg411Sub-type index for Jpeg 4:1:1 Xps
Jpeg422Sub-type index for Jpeg 4:2:2 Xps
XpsSub-type index for Png Xps

Example

Refer to RasterSaveDialog example.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.CommonDialogs.File.RasterDialogXps24SubTypesIndex

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also