VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / PdfResizeCanvasCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfResizeCanvasCommand Class
    In This Topic
    Changes size of image canvas using the PdfPageResizeCanvasCommand class if image is associated with PDF page; otherwise, changes size of image canvas using the ResizeCanvasCommand class.
    Object Model
    ProcessingCommandResults PdfResizeCanvasCommand
    Syntax
    'Declaration
    
    Public Class PdfResizeCanvasCommand
       Inherits ResizeCanvasCommand
    
    
    public class PdfResizeCanvasCommand : ResizeCanvasCommand
    
    
    public __gc class PdfResizeCanvasCommand : public ResizeCanvasCommand*
    
    
    public ref class PdfResizeCanvasCommand : public ResizeCanvasCommand^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.ResizeCanvasCommand
             Vintasoft.Imaging.ImageProcessing.PdfResizeCanvasCommand

    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