ColorPtSet Method (Int32, Double) |
Sets the.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
int colorant_index,
double colorant_value
)
Public Sub Set (
colorant_index As Integer,
colorant_value As Double
)
public:
virtual void Set(
[InAttribute] int colorant_index,
[InAttribute] double colorant_value
) sealed
function Set(colorant_index, colorant_value);
Parameters
- colorant_index
- Type: SystemInt32
the colorant_index
- colorant_value
- Type: SystemDouble
the colorant_value
See Also