Search
DiagramDocument.FindPage Method
See Also
 






Returns the first page with the specified title.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramPage FindPage (
    string title,
    StringComparison comparison
)

Visual Basic  Copy Code

Public Function FindPage( _
    title As String, _
    comparison As StringComparison _
) As DiagramPage

 Parameters

title

The title of the page to find.

comparison

A member of the StringComparison enumeration, specifying the searching comparison options.

 Return Value

A DiagramPage instance if the page is found, otherwise null (Nothing in Visual Basic).

 See Also