[]
PDF "sh" operator. Paint the shape and color shading described by a shading dictionary, subject to the current clipping path.
public class DrawShading : OperatorBase, IVisualOperator
The name of the shading.
public readonly PdfName ShadingName
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Returns the operator's bounds.
public RectangleF? GetBounds()
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.