SVGFEMergeNodeElementBuilder.In
In(string)
Sets the ‘in’ attribute of the feMergeNode element, specifying the input for this node.
public SVGFEMergeNodeElementBuilder In(string value)
Parameter | Type | Description |
---|---|---|
value | String | The identifier of the input to be used. |
Return Value
The current builder instance.
See Also
- class SVGFEMergeNodeElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
In(FilterInput)
Sets the ‘in’ attribute of the feMergeNode element, specifying the input for this node.
public SVGFEMergeNodeElementBuilder In(FilterInput input)
Parameter | Type | Description |
---|---|---|
input | FilterInput | The FilterInput representing the input to be used. |
Return Value
The current builder instance.
See Also
- enum FilterInput
- class SVGFEMergeNodeElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG