A collection of transforms that can be applied as a single transform.

Namespace: TallComponents.PDF.Transforms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class TransformCollection : Transform, 
	IEnumerable<Transform>, IEnumerable
Visual Basic
Public Class TransformCollection _
	Inherits Transform _
	Implements IEnumerable(Of Transform), IEnumerable

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Transforms..::..Transform
    TallComponents.PDF.Transforms..::..TransformCollection

See Also