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

SetAdvancedColorStroke::SetAdvancedColorStroke() constructor

Initializes operator.

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

See Also

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

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(const System::ArrayPtr<double> &colors, const System::String &patternName)
ParameterTypeDescription
patternNameconst System::ArrayPtr<double>&Pattern name.
colorsconst System::String&Color array.

See Also

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

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(double c, double m, double y, double k, const System::String &patternName)
ParameterTypeDescription
cdoubleCyan component of the color.
mdoubleMagenta component of the color.
ydoubleYellow component of the color.
kdoubleBlack component of the color
patternNameconst System::String&Name 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, const System::String&) constructor

Constructor for scn operator.

Aspose::Pdf::Operators::SetAdvancedColorStroke::SetAdvancedColorStroke(double g, const System::String &patternName)
ParameterTypeDescription
gdoubleGray color value.
patternNameconst System::String&Name of the pattern.

See Also

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

Constructor for scn operator.

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

See Also