PDFView4NET WinForms Edition
PageShadowWidth Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : PageShadowWidth Property
Gets or sets the page shadow width.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Shadow width for displayed pages.")>
<DefaultValueAttribute(0)>
Public Property PageShadowWidth As Integer
'Usage
 
Dim instance As PDFPageView
Dim value As Integer
 
instance.PageShadowWidth = value
 
value = instance.PageShadowWidth
[Category("PDF")]
[Description("Shadow width for displayed pages.")]
[DefaultValue(0)]
public int PageShadowWidth {get; set;}
[Category("PDF")]
[Description("Shadow width for displayed pages.")]
[DefaultValue(0)]
public: __property int get_PageShadowWidth();
public: __property void set_PageShadowWidth( 
   int value
);
[Category("PDF")]
[Description("Shadow width for displayed pages.")]
[DefaultValue(0)]
public:
property int PageShadowWidth {
   int get();
   void set (    int value);
}

Property Value

The width of the page shadow.
Remarks
If this value is zero, no horizontal shadow is displayed. A positive value will display a shadow on the right side of the page, a negative value will display a shadow on the left side of the page.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members