VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / PdfImageScalingCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfImageScalingCommand Class
    In This Topic
    Scales an image using the PdfPageScalingCommand class if image is associated with PDF page; otherwise, scales image using the ImageScalingCommand class.
    Object Model
    RegionOfInterest ProcessingCommandResults PdfImageScalingCommand
    Syntax
    'Declaration
    
    Public Class PdfImageScalingCommand
       Inherits ImageScalingCommand
    
    
    public class PdfImageScalingCommand : ImageScalingCommand
    
    
    public __gc class PdfImageScalingCommand : public ImageScalingCommand*
    
    
    public ref class PdfImageScalingCommand : public ImageScalingCommand^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
             Vintasoft.Imaging.ImageProcessing.Transforms.ImageScalingCommand
                Vintasoft.Imaging.ImageProcessing.Transforms.PdfImageScalingCommand

    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