ClippedContentPaintShading Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Paint the shape and colour shading described by a shading, subject to the current clipping path (or intersection with the path specified). The current colour in the graphics state is neither used nor altered. The effect is different from that of painting a path using a shading pattern as the current colour.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void PaintShading(
	string shadingResourceId,
	Path path = null
)

Parameters

shadingResourceId
Type: SystemString
The shading resource id.
path (Optional)
Type: Apitron.PDF.Kit.FixedLayout.ContentPath
The path.
See Also

Reference