Adds the entries in an array of transforms to the end of the TransformCollection.
Namespace: TallComponents.PDF.TransformsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public void AddRange( Transform[] transforms ) |
| Visual Basic |
|---|
Public Sub AddRange ( _ transforms As Transform() _ ) |
Parameters
- transforms
- Type: array<TallComponents.PDF.Transforms..::..Transform>[]()[][]
The array of transforms to be added to the end of the TransformCollection.
Remarks
TransformCollection does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | A given transforms is nullNothingnullptra null reference (Nothing in Visual Basic). |