Sets the size of this
CopyC# object to
match the specified size.
Namespace: System.Drawing
Dimension2D
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Dimension2D Size { set; } |
Visual Basic |
---|
Public WriteOnly Property Size As Dimension2D Set |
Visual C++ |
---|
public: property Dimension2D^ Size { void set (Dimension2D^ value); } |