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