public final class ScalingMode
extends com.aspose.ms.System.Enum
The type of scaling that shall be used.
Modifier and Type | Field and Description |
---|---|
static int |
Anamorphic
Scale the icon to fill the annotation rectangle exactly.
|
static int |
Proportional
Scale the icon to fit the width or height of the annotation rectangle while maintaining the
icon�s original aspect ratio.
|
public static final int Proportional
Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon�s original aspect ratio.
public static final int Anamorphic
Scale the icon to fill the annotation rectangle exactly.
Copyright © 2016 Aspose. All Rights Reserved.