VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageConverterCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfPageConverterCommand Class
    In This Topic
    Represents a base class of PDF page converter.
    Object Model
    PdfPageConverterCommand
    Syntax
    'Declaration
    
    Public MustInherit Class PdfPageConverterCommand
       Inherits PdfPageProcessingCommand
       Implements IProcessingCommand<TTarget>
    
    
    public abstract class PdfPageConverterCommand : PdfPageProcessingCommand, IProcessingCommand<TTarget>
    
    
    public __gc abstract class PdfPageConverterCommand : public PdfPageProcessingCommand*, IProcessingCommand<TTarget>
    
    
    public ref class PdfPageConverterCommand abstract : public PdfPageProcessingCommand^, IProcessingCommand<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