public final class ResizeType
extends com.aspose.ms.System.Enum
Define Document Part type
Modifier and Type | Field and Description |
---|---|
static int |
AdaptiveResample
AdaptiveResample
|
static int |
CenterToCenter
Center resize
|
static int |
LanczosResample
LanczosResample
|
static int |
LeftBottomToLeftBottom
Left Bottom
|
static int |
LeftTopToLeftTop
Left Top resize
|
static int |
NearestNeighbourResample
NearestNeighbourResample
|
static int |
None
No resize
|
static int |
RightBottomToRightBottom
Right Bottom
|
static int |
RightTopToRightTop
Right top resize
|
public static final int None
No resize
public static final int LeftTopToLeftTop
Left Top resize
public static final int RightTopToRightTop
Right top resize
public static final int RightBottomToRightBottom
Right Bottom
public static final int LeftBottomToLeftBottom
Left Bottom
public static final int CenterToCenter
Center resize
public static final int LanczosResample
LanczosResample
public static final int NearestNeighbourResample
NearestNeighbourResample
public static final int AdaptiveResample
AdaptiveResample
Copyright © 2017. All rights reserved.