Discuss this help topic in SecureBlackbox Forum

TElPDFImage.MaskColorComponentsMax

TElPDFImage     See also     


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


Contains maximal mask values for color components.

Declaration

[C#]
    int MaskColorComponentsMax[int Index];

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

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

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

[PHP]
    integer get_MaskColorComponentsMax(integer $Index)

[Java]
    int getMaskColorComponentsMax(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 upper 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     MaskColorComponentsMin     ColorSpaceType    

Discuss this help topic in SecureBlackbox Forum