Class PDFView
This is a PSPDFKit viewer to view documents.
Inheritance
PDFView
Implements
Inherited Members
Namespace: PSPDFKit.Sdk
Assembly: Sdk.dll
Syntax
[XamlFilePath("PDFView.xaml")]
public class PDFView : ContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IPropertyMapperView, IHotReloadableView, IReplaceableView, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, IPDFView
Constructors
| Edit this page View SourcePDFView()
Initializes a new instance of the PDFView class.
Declaration
public PDFView()
Fields
| Edit this page View SourceAdvanceAccessScriptPathProperty
AdvanceAccessScriptPath dependency property.
Declaration
public static readonly BindableProperty AdvanceAccessScriptPathProperty
Field Value
Type | Description |
---|---|
BindableProperty |
CustomCSSStylesheetPathProperty
CustomCSSStylesheetPath dependency property.
Declaration
public static readonly BindableProperty CustomCSSStylesheetPathProperty
Field Value
Type | Description |
---|---|
BindableProperty |
InteractionModeProperty
Interaction mode dependency property.
Declaration
public static readonly BindableProperty InteractionModeProperty
Field Value
Type | Description |
---|---|
BindableProperty |
LicenseProperty
License dependency property.
Declaration
public static readonly BindableProperty LicenseProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ShowToolbarProperty
Show toolbar dependency property.
Declaration
public static readonly BindableProperty ShowToolbarProperty
Field Value
Type | Description |
---|---|
BindableProperty |
SidebarModeProperty
Sidebar mode dependency property.
Declaration
public static readonly BindableProperty SidebarModeProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Edit this page View SourceAdvanceAccessScriptPath
Path of the JavaScript asset file that's used for advance access of JavaScript APIs.
Declaration
public string AdvanceAccessScriptPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Controller
Declaration
public IController Controller { get; }
Property Value
Type | Description |
---|---|
IController |
CustomCSSStylesheetPath
Path of the Custom CSS stylesheet asset file that's used for advance access of JavaScript APIs.
Declaration
public string CustomCSSStylesheetPath { get; set; }
Property Value
Type | Description |
---|---|
string |
InteractionMode
Interaction mode of PSPDFKit Viewer.
Declaration
public InteractionMode? InteractionMode { get; set; }
Property Value
Type | Description |
---|---|
InteractionMode? |
License
PSPDFKit license.
Declaration
public string License { get; set; }
Property Value
Type | Description |
---|---|
string |
ShowToolbar
Show toolbar of PSPDFKit Viewer.
Declaration
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
bool |
SidebarMode
Sidebar mode of PSPDFKit Viewer.
Declaration
public SidebarMode? SidebarMode { get; set; }
Property Value
Type | Description |
---|---|
SidebarMode? |
Events
| Edit this page View SourceInitialized
Occurs when PDFView is initialized.
Note: All the PSPDFKit operations should be performed only after `PDFView` is initialized.
Declaration
public event EventHandler Initialized
Event Type
Type | Description |
---|---|
EventHandler |