Click or drag to resize

PdfWebControlEnablePathMerging Property

Gets or sets a value indicating whether a user drawn paths are merged into a single object when added in the PdfWebControl.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool EnablePathMerging { get; set; }

Property Value

Type: Boolean
true if new paths should be merged into a single object; otherwise false. The default value is false.
Remarks
false is the default state of this property
See Also