Discuss this help topic in SecureBlackbox Forum

TElPDFImage.MaskColorComponentsMin

TElPDFImage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains minimal mask values for color components.

Declaration

[C#]
    int MaskColorComponentsMin[int Index];

[VB.NET]
    Property MaskColorComponentsMin(ByVal Index As Integer) As Integer

[Pascal]
    property MaskColorComponentsMin[Index : Integer] : Integer;

[C++]
    int32_t get_MaskColorComponentsMin(int32_t Index);

[PHP]
    integer get_MaskColorComponentsMin(integer $Index)

[Java]
    int getMaskColorComponentsMin(int Index);

Parameters

  • Index - the index of the desired color component. The first component has Index=0, the second has Index=1, and so on.

Description

    Each element of this list specifies the lower value of the range of colors that will be masked. The list should contain one value for each color component according to the specified ColorSpaceType.

See also:     AddMaskColorComponent     DeleteMaskColorComponent     MaskColorComponentsMax     ColorSpaceType    

Discuss this help topic in SecureBlackbox Forum