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.14.0
Syntax
| C# |
|---|
public double Width { get; private set; } |
| Visual Basic |
|---|
Public Property Width As Double Get Private Set |
| Visual C++ |
|---|
public: property double Width { double get (); private: void set (double value); } |