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

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
             Vintasoft.Imaging.ImageProcessing.ResizeCommand
                Vintasoft.Imaging.ImageProcessing.Transforms.PdfResizeCommand

    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