VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfConvertToImageOnlyCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfConvertToImageOnlyCommand Class
    In This Topic
    Converts a PDF document or PDF page to an image-only PDF document.
    Object Model
    PdfRenderingSettings DecodingSettings PdfCompressionSettings PdfConvertToImageOnlyCommand
    Syntax
    'Declaration
    
    Public Class PdfConvertToImageOnlyCommand
       Inherits PdfPageConverterCommand
    
    
    public class PdfConvertToImageOnlyCommand : PdfPageConverterCommand
    
    
    public __gc class PdfConvertToImageOnlyCommand : public PdfPageConverterCommand*
    
    
    public ref class PdfConvertToImageOnlyCommand : public PdfPageConverterCommand^
    
    
    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