VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Vmf Namespace / VmfShadingPatternType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    VmfShadingPatternType Enumeration
    In This Topic
    Specifies available types of the shading pattern.
    Syntax
    'Declaration
    
    Public Enum VmfShadingPatternType
       Inherits System.Enum
    
    
    public enum VmfShadingPatternType : System.Enum
    
    
    __value public enum VmfShadingPatternType : public System.Enum
    
    
    public enum class VmfShadingPatternType : public System.Enum
    
    
    Members
    MemberDescription
    ClearThe shading pattern 'Clear'.
    SolidThe shading pattern 'Solid'.
    HorizontalStripeThe shading pattern 'HorizontalStripe'.
    VerticalStripeThe shading pattern 'VerticalStripe'.
    ReverseDiagonalStripeThe shading pattern 'ReverseDiagonalStripe'.
    DiagonalStripeThe shading pattern 'DiagonalStripe'.
    HorizontalCrossThe shading pattern 'HorizontalCross'.
    DiagonalCrossThe shading pattern 'DiagonalCross'.
    ThinHorizontalStripeThe shading pattern 'ThinHorizontalStripe'.
    ThinVerticalStripeThe shading pattern 'ThinVerticalStripe'.
    ThinReverseDiagonalStripeThe shading pattern 'ThinReverseDiagonalStripe'.
    ThinDiagonalStripeThe shading pattern 'ThinDiagonalStripe'.
    ThinHorizontalCrossThe shading pattern 'ThinHorizontalCross'.
    ThinDiagonalCrossThe shading pattern 'ThinDiagonalCross'.
    Percent5The shading pattern 'Percent5'.
    Percent10The shading pattern 'Percent10'.
    Percent12The shading pattern 'Percent12'.
    Percent15The shading pattern 'Percent15'.
    Percent20The shading pattern 'Percent20'.
    Percent25The shading pattern 'Percent25'.
    Percent30The shading pattern 'Percent30'.
    Percent35The shading pattern 'Percent35'.
    Percent37The shading pattern 'Percent37'.
    Percent40The shading pattern 'Percent40'.
    Percent45The shading pattern 'Percent45'.
    Percent50The shading pattern 'Percent50'.
    Percent55The shading pattern 'Percent55'.
    Percent60The shading pattern 'Percent60'.
    Percent62The shading pattern 'Percent62'.
    Percent65The shading pattern 'Percent65'.
    Percent70The shading pattern 'Percent70'.
    Percent75The shading pattern 'Percent75'.
    Percent80The shading pattern 'Percent80'.
    Percent85The shading pattern 'Percent85'.
    Percent87The shading pattern 'Percent87'.
    Percent90The shading pattern 'Percent90'.
    Percent95The shading pattern 'Percent95'.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.Vmf.VmfShadingPatternType

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also