WatermarkerSettingsSearchableObjects Property |
Gets or sets SearchableObjects that are to be included in a watermark search.
Namespace: GroupDocs.WatermarkAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic SearchableObjects SearchableObjects { get; set; }
Public Property SearchableObjects As SearchableObjects
Get
Set
public:
property SearchableObjects^ SearchableObjects {
SearchableObjects^ get ();
void set (SearchableObjects^ value);
}
member SearchableObjects : SearchableObjects with get, set
Property Value
Type:
SearchableObjectsThe
SearchableObjects that are to be included in a watermark search.
See Also