Image.HorizontalScaling Property | ||
| Description: | Gets or sets an images's horizontal scaling factor in percent. | |
| Syntax: | [C#]
public int HorizontalScaling { get; set; }
[Visual Basic]
Public Property HorizontalScaling() As Integer
| |
| See also: | Images, Graphical Overview, Images and Text Frames. | |