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