Interface IPDFView

Namespace: PSPDFKit.Api
Assembly: Api.dll
Syntax
public interface IPDFView

Properties

| Edit this page View Source

InteractionMode

Interaction mode in the viewer.

Declaration
InteractionMode? InteractionMode { get; set; }
Property Value
Type Description
InteractionMode?
| Edit this page View Source

ShowToolbar

Show toolbar of PSPDFKit Viewer.

Declaration
bool ShowToolbar { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

SidebarMode

Sidebar mode of the viewer.

Declaration
SidebarMode? SidebarMode { get; set; }
Property Value
Type Description
SidebarMode?