PDFView4NET WinForms Edition
PageShadowHeight Property




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

Property Value

The height of the page shadow.
Remarks
If this value is zero, no vertical shadow is displayed. A positive value will display a shadow on the bottom side of the page, a negative value will display a shadow on the top 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