Returns the first page with the specified title.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramPage FindPage ( |
Visual Basic
Copy Code
|
|---|
Public Function FindPage( _ |
The title of the page to find.
A member of the StringComparison enumeration, specifying the searching comparison options.
A DiagramPage instance if the page is found, otherwise null (Nothing in Visual Basic).
See Also