clipPath Property

Summary

Gets or sets a value that indicates whether a clipping path has been set.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObjectRenderer.prototype, 'clipPath', 
	get: function(), 
	set: function(value) 
) 
clipPath: boolean; // protected 

Property Value

true if a clipping path has been set; otherwise, it is false. The default value is false.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.