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? |
ShowAIAssistant
Show AI assistant of PSPDFKit Viewer.
Declaration
bool ShowAIAssistant { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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? |