VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfCompressImageResourcesCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfCompressImageResourcesCommand Class
    In This Topic
    The processing command that allows to compress image-resources of PDF document.
    Object Model
    PdfCompressionSettings PdfCompressImageResourcesCommand
    Syntax
    'Declaration
    
    Public Class PdfCompressImageResourcesCommand
       Inherits Vintasoft.Imaging.Processing.ProcessingCommand(Of TTarget)
       Implements IProcessingCommand<TTarget>
    
    
    public __gc class PdfCompressImageResourcesCommand : public Vintasoft.Imaging.Processing.ProcessingCommand<TTarget*>*, IProcessingCommand<TTarget>
    
    
    public ref class PdfCompressImageResourcesCommand : 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.PdfCompressImageResourcesCommand

    Requirements

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

    See Also