VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingCommand<TTarget> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
ProcessingCommand<TTarget> Class
In This Topic
Provides the abstract base class for processing commands.
Object Model
ProcessingCommand<TTarget>
Syntax
'Declaration

Public MustInherit Class ProcessingCommand(Of TTarget
The type of the target object of processing command.
) Implements IProcessingCommand<TTarget>, IProcessingCommandInfo
public abstract class ProcessingCommand<TTarget> : IProcessingCommand<TTarget>, IProcessingCommandInfo

Type Parameters

TTarget
The type of the target object of processing command.
Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
      Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue>
      Vintasoft.Imaging.Processing.CompositeTargetProcessingExecutor<TTarget>
      Vintasoft.Imaging.Processing.ValueProcessing<TTarget,TValue>
      Vintasoft.Imaging.Processing.CompoundProcessingCommand<TTarget>
      Vintasoft.Imaging.Processing.Trigger<TTarget>
      Vintasoft.Imaging.Pdf.Processing.PdfPageProcessingCommand
      Vintasoft.Imaging.Pdf.Processing.RemoveMarkedContentCommand
      Vintasoft.Imaging.Pdf.Processing.PdfTreeRemoveDuplicateNodesCommand
      Vintasoft.Imaging.Pdf.Processing.PdfDocumentCopyCommand
      Vintasoft.Imaging.Pdf.Processing.PdfDocumentRemoveElementsCommand
      Vintasoft.Imaging.Pdf.Processing.PdfDocumentRemoveSignatureFieldsCommand
      Vintasoft.Imaging.Pdf.Processing.PdfDocumentCleanupCommand
      Vintasoft.Imaging.Pdf.Processing.PdfOptimizeFontSubsetsCommand
      Vintasoft.Imaging.Pdf.Processing.PdfFontsSubsettingCommand
      Vintasoft.Imaging.Pdf.Processing.PdfFormXObjectRemoveUnusedResourcesCommand
      Vintasoft.Imaging.Pdf.Processing.RemoveTransparencyFromContentStreamCommand
      Vintasoft.Imaging.Pdf.Processing.PdfDocumentPackCommand
      Vintasoft.Imaging.Pdf.Processing.ConvertEmbeddedFileToPdfDocument
      Vintasoft.Imaging.Pdf.Processing.Images.PdfCompressImageResourcesCommand
      Vintasoft.Imaging.Pdf.Processing.Images.PdfOptimizeContentImageCommand
      Vintasoft.Imaging.Pdf.Processing.Images.PdfOptimizeImageColorDepthCommand
      Vintasoft.Imaging.Pdf.Processing.Fonts.TrueTypeToCffFontProgramConverter
      Vintasoft.Imaging.Pdf.Processing.BasicTypes.PdfStreamCompressionConverter
      Vintasoft.Imaging.Pdf.Ocr.SearchablePdfGenerator
      Vintasoft.Imaging.Pdf.Office.PdfToDocxConverter

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also