VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ImageProcessingCommandFactory Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
ImageProcessingCommandFactory Class
In This Topic
Provides the ability to create the image processing commands.
Object Model
ImageProcessingCommandFactory
Syntax
'Declaration

Public MustInherit NotInheritable Class ImageProcessingCommandFactory

public static class ImageProcessingCommandFactory

Remarks

This factory allows to override the "standard" image processing command by the command, which uses the specific image codec features and process image more effectively.
For example, PDF codec has the PdfRotateCommand and PdfDrawImageCommand classes, which processes image without the rastering of PDF page.

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.ImageProcessing.ImageProcessingCommandFactory

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