ScaleType
ScaleType enumeration
Represents possible modes for automatic scale of an image.
public enum ScaleType
Values
Name | Value | Description |
---|---|---|
ShrinkToFit | 0 |
Automatically shrink image to fit on canvas. |
GrowToFit | 1 |
Automatically increase image to fit on canvas. |
None | 2 |
Do not use automatic scaling. |
See Also
- namespace Aspose.CAD.FileFormats.Cad
- assembly Aspose.CAD