VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeImageColorDepthCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfOptimizeImageColorDepthCommand Class
    In This Topic
    The processing command that allows to detect real color depth of PDF document image-resources.
    Object Model
    PdfOptimizeImageColorDepthCommand
    Syntax
    'Declaration
    
    Public Class PdfOptimizeImageColorDepthCommand
       Inherits Vintasoft.Imaging.Processing.ProcessingCommand(Of TTarget)
       Implements IProcessingCommand<TTarget>
    
    
    public __gc class PdfOptimizeImageColorDepthCommand : public Vintasoft.Imaging.Processing.ProcessingCommand<TTarget*>*, IProcessingCommand<TTarget>
    
    
    public ref class PdfOptimizeImageColorDepthCommand : public Vintasoft.Imaging.Processing.ProcessingCommand<TTarget^>^, IProcessingCommand<TTarget>
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.PdfDocument>
          Vintasoft.Imaging.Pdf.Processing.Images.PdfOptimizeImageColorDepthCommand

    Requirements

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

    See Also