| 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:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic bool LockHeight { get; set; }Public Property LockHeight As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            This property has no effect if Resizable is  false.
            
 See Also
See Also