Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke constructor

SetAdvancedColorStroke::SetAdvancedColorStroke() constructor

Initializes operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke()

See Also

SetAdvancedColorStroke::SetAdvancedColorStroke(double, double, double, double, System::String) constructor

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(double c, double m, double y, double k, System::String patternName)
ParameterTypeDescription
cdoubleCyan component of the color.
mdoubleMagenta component of the color.
ydoubleYellow component of the color.
kdoubleBlack component of the color
patternNameSystem::StringName of the pattern.

See Also

SetAdvancedColorStroke::SetAdvancedColorStroke(double) constructor

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(double g)
ParameterTypeDescription
gdoubleGray color value.

See Also

SetAdvancedColorStroke::SetAdvancedColorStroke(double, System::String) constructor

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(double g, System::String patternName)
ParameterTypeDescription
gdoubleGray color value.
patternNameSystem::StringName of the pattern.

See Also

SetAdvancedColorStroke::SetAdvancedColorStroke(double, double, double, System::String) constructor

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(double r, double g, double b, System::String patternName)
ParameterTypeDescription
rdoubleRed component of the color/
gdoubleGreen component of the color.
bdoubleBlue component of the color.
patternNameSystem::StringName of the pattern.

See Also

SetAdvancedColorStroke::SetAdvancedColorStroke(System::ArrayPtr<double>, System::String) constructor

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(System::ArrayPtr<double> colors, System::String patternName)
ParameterTypeDescription
patternNameSystem::ArrayPtr<double>Pattern name.
colorsSystem::StringColor array.

See Also