public class MultiframeImageWatermarkOptions extends WatermarkOptions
Represents watermark adding options when adding watermark to a multi-frame image.
Constructor and Description |
---|
MultiframeImageWatermarkOptions()
Initializes a new instance of the
MultiframeImageWatermarkOptions class. |
MultiframeImageWatermarkOptions(int frameIndex)
Initializes a new instance of the
MultiframeImageWatermarkOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getFrameIndex()
Gets the index of frame to add watermark.
|
void |
setFrameIndex(int value)
Sets the index of frame to add watermark.
|
public MultiframeImageWatermarkOptions()
Initializes a new instance of the MultiframeImageWatermarkOptions
class.
public MultiframeImageWatermarkOptions(int frameIndex)
Initializes a new instance of the MultiframeImageWatermarkOptions
class.
frameIndex
- The index of frame to add watermark.public final int getFrameIndex()
Gets the index of frame to add watermark.
public final void setFrameIndex(int value)
Sets the index of frame to add watermark.
value
- The index of frame to add watermark.Copyright © 2020. All rights reserved.