Class PdfViewerVisualStyle
Represents the class to define the style for PdfViewerControl control.
Inheritance
System.Object
PdfViewerVisualStyle
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class PdfViewerVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
PdfViewerVisualStyle()
Initializes a new instance of the PdfViewerVisualStyle class.
Declaration
public PdfViewerVisualStyle()
PdfViewerVisualStyle(PdfViewerStyleInfoIdentity)
Initializes a new instance of the PdfViewerVisualStyle class.
Declaration
public PdfViewerVisualStyle(PdfViewerStyleInfoIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfViewerStyleInfoIdentity | identity | A PdfViewerStyleInfoIdentity that holds the identity for this PdfViewerStyleInfoStore. |
PdfViewerVisualStyle(PdfViewerStyleInfoIdentity, PdfViewerStyleInfoStore)
Initializes a new instance of the PdfViewerVisualStyle class.
Declaration
public PdfViewerVisualStyle(PdfViewerStyleInfoIdentity identity, PdfViewerStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfViewerStyleInfoIdentity | identity | A PdfViewerStyleInfoIdentity that holds the identity for this PdfViewerStyleInfoStore. |
| PdfViewerStyleInfoStore | store | Holds instance of a PdfViewerStyleInfoStore class |
PdfViewerVisualStyle(PdfViewerStyleInfoStore)
Initializes a new instance of the PdfViewerVisualStyle class.
Declaration
public PdfViewerVisualStyle(PdfViewerStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfViewerStyleInfoStore | store | Holds instance of a PdfViewerStyleInfoStore class. |
Methods
GetDefaultStyle()
Gets the default style value of the DefaultStyle.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Returns the default style value. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable