Initializes a new instance of the [MultiframeImageWatermarkOptions](../../com.groupdocs.watermark.options/multiframeimagewatermarkoptions) class with a specified index of the frame.
Initializes a new instance of the [MultiframeImageWatermarkOptions](../../com.groupdocs.watermark.options/multiframeimagewatermarkoptions) class.
MultiframeImageWatermarkOptions(int frameIndex)
public MultiframeImageWatermarkOptions(int frameIndex)
Initializes a new instance of the [MultiframeImageWatermarkOptions](../../com.groupdocs.watermark.options/multiframeimagewatermarkoptions) class with a specified index of the frame.
Parameters:
Parameter
Type
Description
frameIndex
int
The index of frame to add watermark.
getFrameIndex()
public final int getFrameIndex()
Gets the index of frame to add watermark.
Returns:
int - The index of frame to add watermark.
-1 means all frames.
setFrameIndex(int value)
public final void setFrameIndex(int value)
Sets the index of frame to add watermark.
Parameters:
Parameter
Type
Description
value
int
The index of frame to add watermark.
-1 means all frames. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.