DiagramContent

DiagramContent class

Represents a Visio document.

public sealed class DiagramContent : Content

Properties

Name Description
HeaderFooter { get; } Gets the header and footer of this DiagramContent.
Pages { get; } Gets the collection of all pages of this DiagramContent.

Methods

Name Description
Dispose() Disposes the current instance.
FindImages() Finds all images in the content. The search is conducted in the objects specified in SearchableObjects.
FindImages(ImageSearchCriteria) Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects.
Search() Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects.
Search(SearchCriteria) Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects.

Remarks

Learn more:

See Also