PdfViewerVisualStyle Class
Represents the class to define the style for PdfViewerControl control.
Inheritance
System.Object
PdfViewerVisualStyle
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class PdfViewerVisualStyle : VisualStyleBase
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 |
---|---|
Syncfusion.Styles.StyleInfoBase | Returns the default style value. |