Click or drag to resize

PdfObjectStylable Property

Gets or sets a value indicating whether this PdfObject instance can be styled in the PdfWebControl client interface.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Stylable { get; set; }

Property Value

Type: Boolean
Remarks

This property can not be changed if IsLocked is true.

See Also