Click or drag to resize

PdfObjectLockWidth Property

Gets or sets a value indicating whether the width of this PdfObject instance is locked when resizing 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 LockWidth { get; set; }

Property Value

Type: Boolean
Remarks

This property has no effect if Resizable is false.

See Also