[]
        
(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)
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)
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.