BB FlashBack SDK: FBWatermarkProperties

ShowOptions

Description

Determines the action taken on passing the FBWatermarkProperties object to FBEditor::InsertWatermark.

Syntax

[C#/C++]
public Bool ShowOptions;

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBWatermarkProperties object is passed to the FBEditor::InsertWatermark method, a standard dialog for setting watermark properties is displayed.

If ShowOptions is set to False, and the FBWatermarkProperties object is passed to the FBEditor::InsertWatermark method, the new watermark takes on the properties of the FBWatermarkProperties object.

See Also

FBEditor::InsertWatermark