Returns the width of this
CopyC# in double
precision.
Namespace: System.DrawingDimension
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public abstract double Width { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property Width As Double Get |
| Visual C++ |
|---|
public: virtual property double Width { double get () abstract; } |