Get/set the size of this
CopyC# object.
Namespace: System.DrawingDimension
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Dimension Size { get; set; } |
| Visual Basic |
|---|
Public Property Size As Dimension Get Set |
| Visual C++ |
|---|
public: property Dimension^ Size { Dimension^ get (); void set (Dimension^ value); } |