[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.GotoDocumentLocation

GotoDocumentLocation Method

GotoDocumentLocation(IDocumentLocation)

Ensures that the specified document location is visible in the current preview pane.

Declaration
public void GotoDocumentLocation(IDocumentLocation documentLocation)
Public Sub GotoDocumentLocation(documentLocation As IDocumentLocation)
Parameters
Type Name Description
IDocumentLocation documentLocation

A document location to go to.

GotoDocumentLocation(IDocumentLocation, string)

Ensures that the specified document location is visible in the current preview pane.

Declaration
public void GotoDocumentLocation(IDocumentLocation documentLocation, string historyItemCaption)
Public Sub GotoDocumentLocation(documentLocation As IDocumentLocation, historyItemCaption As String)
Parameters
Type Name Description
IDocumentLocation documentLocation

A document location to go to.

string historyItemCaption

The caption to use for the history item created by the view change.