New to Telerik UI for WPFStart a free 30-day trial

Provides properties for customizing PdfViewer UI functionality.

Definition

Namespace:Telerik.Windows.Documents.Fixed.UI.Extensibility

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public static class ExtensibilityManager

Inheritance: objectExtensibilityManager

Properties

Gets or sets the maximum component size for image.

C#
public static int? MaxImageSize { get; set; }
Property Value:

The maximum size. If the value is null the image will not be resized.

Methods

Registers the filter.

C#
public static void RegisterFilter(IPdfFilter filter)
Parameters:filterIPdfFilter

The filter.

Registers the find dialog.

C#
public static void RegisterFindDialog(IFindDialog findDialog)
Parameters:findDialogIFindDialog

The find dialog.

Registers the default layers builder for RadPDFViewer.

C#
public static void RegisterLayersBuilder(UILayersBuilder layersBuilder)
Parameters:layersBuilderUILayersBuilder

The layers builder.

Registers the PasswordRequired dialog.

C#
public static void RegisterPasswordRequiredDialog(IPasswordRequiredDialog passwordRequiredDialog)
Parameters:passwordRequiredDialogIPasswordRequiredDialog

The PasswordReqired dialog

Registers the print layers builder for RadPDFViewer in case it is differs from the default.

C#
public static void RegisterPrintLayersBuilder(UILayersBuilder printLayersBuilder)
Parameters:printLayersBuilderUILayersBuilder

The print layers builder.

Registers the signature properties dialog.

C#
public static void RegisterSignaturePropertiesDialog(ISignaturePropertiesDialog signaturePropertiesDialog)
Parameters:signaturePropertiesDialogISignaturePropertiesDialog

The signature properties dialog.

Registers the sign signature dialog.

C#
public static void RegisterSignSignatureDialog(ISignSignatureDialog signSignatureDialog)
Parameters:signSignatureDialogISignSignatureDialog

The sign signature dialog.