Constructs an Image object duplicate.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Image( Image image ) |
Visual Basic |
---|
Public Sub New ( _ image As Image _ ) |
Visual C++ |
---|
public: Image( Image^ image ) |
Parameters
- image
- Type: iTextSharp.text..::..Image
another Image object.