Class QSVMJPEGEncoderPage
Interaction logic for QSVMJPEGEncoderPage.xaml.
Inheritance
QSVMJPEGEncoderPage
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages
Assembly: VisioForge.Core.dll
Syntax
public class QSVMJPEGEncoderPage : Page, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
QSVMJPEGEncoderPage()
Initializes a new instance of the QSVMJPEGEncoderPage class.
Declaration
public QSVMJPEGEncoderPage()
Properties
Quality
Gets or sets the quality.
Declaration
public uint Quality { get; set; }
Property Value
| Type | Description |
|---|---|
| uint | The quality. |
Methods
Fill(ref QSVMJPEGEncoderSettings)
Fills the specified settings.
Declaration
public void Fill(ref QSVMJPEGEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| QSVMJPEGEncoderSettings | settings | The settings. |
GetPageType()
Gets the type of the page.
Declaration
public Type GetPageType()
Returns
| Type | Description |
|---|---|
| Type | Type. |
Init(QSVMJPEGEncoderSettings)
Initializes the specified settings.
Declaration
public void Init(QSVMJPEGEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| QSVMJPEGEncoderSettings | settings | The settings. |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPropertyChanged(string)
OnPropertyChanged API.
Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | Property name. |
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |