public final class SizingType
extends com.aspose.ms.System.Enum
Specifies how watermark size should be calculated.
Modifier and Type | Field and Description |
---|---|
static int |
Absolute
Watermark should be sized to an exact
Watermark.Width and Watermark.Height |
static int |
Auto
Watermark should be sized automatically according to its content.
|
static int |
ScaleToParentArea
Watermark should be scaled relative to parent area using specified
Watermark.ScaleFactor |
static int |
ScaleToParentDimensions
Watermark should be scaled relative to parent dimensions using
specified
Watermark.ScaleFactor . |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Auto
Watermark should be sized automatically according to its content.
public static final int Absolute
Watermark should be sized to an exact Watermark.Width
and Watermark.Height
public static final int ScaleToParentDimensions
Watermark should be scaled relative to parent dimensions using
specified Watermark.ScaleFactor
.
public static final int ScaleToParentArea
Watermark should be scaled relative to parent area using specified Watermark.ScaleFactor
Copyright © 2018. All rights reserved.