Represents an adapter for the AdvancedText export.

Namespace:  PerpetuumSoft.Reporting.Export.Xps.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Xps (in PerpetuumSoft.Reporting.Export.Xps.dll) Version: 3.9.0.1

Syntax

C#
public class AdvancedTextXpsAdapter : BoxXpsAdapter
Visual Basic (Declaration)
Public Class AdvancedTextXpsAdapter _
	Inherits BoxXpsAdapter
Visual C++
public ref class AdvancedTextXpsAdapter : public BoxXpsAdapter

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Export.Xps.Adapters..::.XpsAdapter
    PerpetuumSoft.Reporting.Export.Xps.Adapters..::.BoxXpsAdapter
      PerpetuumSoft.Reporting.Export.Xps.Adapters..::.AdvancedTextXpsAdapter

See Also