VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfDocumentCompressorCommand Class
    In This Topic
    The processing command that allows to compress a PDF document.
    Object Model
    PdfCompressionSettings PdfCompressionSettings PdfCompressionSettings PdfCompressionSettings Resolution Resolution Resolution Resolution Resolution Resolution PdfFormat EncryptionSystem PdfDocumentCompressorCommand
    Syntax
    'Declaration
    
    Public Class PdfDocumentCompressorCommand
       Inherits Vintasoft.Imaging.Processing.ProcessingProfile(Of TTarget)
    
    
    public class PdfDocumentCompressorCommand : Vintasoft.Imaging.Processing.ProcessingProfile<TTarget>
    
    
    public __gc class PdfDocumentCompressorCommand : public Vintasoft.Imaging.Processing.ProcessingProfile<TTarget*>*
    
    
    public ref class PdfDocumentCompressorCommand : public Vintasoft.Imaging.Processing.ProcessingProfile<TTarget^>^
    
    
    Inheritance Hierarchy
    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