Class Control_PDF_Viewer
Interaktionslogik
Inheritance
System.Object
Control_PDF_Viewer
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class Control_PDF_Viewer : MSPageControl
Constructors
| Improve this Doc View SourceControl_PDF_Viewer()
Constructor
Declaration
public Control_PDF_Viewer()
Fields
| Improve this Doc View SourcePreviewFileProperty
Declaration
public static readonly DependencyProperty PreviewFileProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePreviewFile
Dependency property for open a media file by filename
Declaration
public string PreviewFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceShowDocument(Byte[])
Declaration
public void ShowDocument(byte[] Content)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | Content |