PdfWebControlLiteEnablePathMerging 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)
Syntaxpublic bool EnablePathMerging { get; set; }
Public Property EnablePathMerging As Boolean
Get
Set
Property Value
Type:
Booleantrue if new paths should be merged into a single object; otherwise
false.
The default value is
false.
Remarksfalse is the default state of this property
See Also