SearchableObjects

SearchableObjects class

Specifies document objects that are to be included in a watermark search.

public class SearchableObjects

Constructors

Name Description
SearchableObjects() Initializes a new instance of the SearchableObjects class.

Properties

Name Description
DiagramSearchableObjects { get; set; } Gets or sets the objects inside a Visio document that are to be included in a watermark search.
EmailSearchableObjects { get; set; } Gets or sets the objects inside an email message that are to be included in a watermark search.
PdfSearchableObjects { get; set; } Gets or sets the objects inside a PDF document that are to be included in a watermark search.
PresentationSearchableObjects { get; set; } Gets or sets the objects inside a PowerPoint document that are to be included in a watermark search.
SpreadsheetSearchableObjects { get; set; } Gets or sets the objects inside an Excel document that are to be included in a watermark search.
WordProcessingSearchableObjects { get; set; } Gets or sets the objects inside a Word document that are to be included in a watermark search.

Remarks

Learn more:

See Also