public final class DestinationType
extends com.aspose.ms.System.Enum
Enumerates the destination types for internal and external links.
Modifier and Type | Field and Description |
---|---|
static int |
FitBox
Fits the box
|
static int |
FitHeight
Fits the height
|
static int |
FitPage
Fits the page.
|
static int |
FitWidth
Fits the width.
|
static int |
Retain
Retains the original type.
|
public static final int Retain
Retains the original type.
public static final int FitPage
Fits the page.
public static final int FitWidth
Fits the width.
public static final int FitHeight
Fits the height
public static final int FitBox
Fits the box
Copyright © 2016 Aspose. All Rights Reserved.