Click or drag to resize

PdfObjectLockHeight Property

Gets or sets a value indicating whether the height 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.43.0.0 (3.43.0.0)
Syntax
public bool LockHeight { get; set; }

Property Value

Type: Boolean
Remarks

This property has no effect if Resizable is false.

See Also