PdfObjectLockProportions Property |
Gets or sets a value indicating whether this
PdfObject instance's proportions are locked when resizing.
Namespace:
RadPdf.Data.Document.Objects
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool LockProportions { get; set; }
Public Property LockProportions As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
This property has no effect if
Resizable is
false.
See Also