Interface IPDFView
Namespace: PSPDFKit.Api
Assembly: Api.dll
Syntax
public interface IPDFView
Properties
| Edit this page View SourceInteractionMode
Interaction mode in the viewer.
Declaration
InteractionMode? InteractionMode { get; set; }
Property Value
Type | Description |
---|---|
InteractionMode? |
ShowToolbar
Show toolbar of PSPDFKit Viewer.
Declaration
bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
bool |
SidebarMode
Sidebar mode of the viewer.
Declaration
SidebarMode? SidebarMode { get; set; }
Property Value
Type | Description |
---|---|
SidebarMode? |