Gets the height of the page in points (1/72 inch).
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public double Height { get; private set; } |
| Visual Basic |
|---|
Public Property Height As Double Get Private Set |
| Visual C++ |
|---|
public: property double Height { double get (); private: void set (double value); } |