Determine whether an Transform is in the TransformCollection.
Namespace: TallComponents.PDF.TransformsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public bool Contains( Transform transform ) |
| Visual Basic |
|---|
Public Function Contains ( _ transform As Transform _ ) As Boolean |
Parameters
- transform
- Type: TallComponents.PDF.Transforms..::..Transform
The Transform to verify.
Return Value
True if the Transform is found in this TransformCollection, false otherwise.
Remarks
The transform does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given transform is nullNothingnullptra null reference (Nothing in Visual Basic). |