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