Gets or sets a value that indicates whether a clipping path has been set.
Object.defineProperty(AnnObjectRenderer.prototype, 'clipPath',
get: function(),
set: function(value)
)
clipPath: boolean; // protected
true if a clipping path has been set; otherwise, it is false. The default value is false.
The value of the ClipPath gets set to true between calls to BeginClipPath and EndClipPath. Derived classes can read the value of the ClipPath and determine if clipping must be set in the context.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET