VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / PdfDrawImageCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
    PdfDrawImageCommand Class
    Draws an image using the PdfPageDrawImageCommand class if image is associated with PDF page; otherwise, draws an image using the DrawImageCommand class.
    Object Model
    VintasoftImage ProcessingCommandResults PdfDrawImageCommand
    Syntax
    'Declaration
    
    Public Class PdfDrawImageCommand
       Inherits DrawImageCommand
    
    
     
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.DrawImageCommand
             Vintasoft.Imaging.ImageProcessing.PdfDrawImageCommand

    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