VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfCropSelectionTool Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfCropSelectionTool Class
    In This Topic
    A visual tool for cropping of PDF page or image in image viewer.
    Object Model
    IInteractionController IInteractionController RectangularObjectTransformer IObjectClipboard ImageViewer PdfCropSelectionTool
    Syntax
    'Declaration
    
    Public Class PdfCropSelectionTool
       Inherits Vintasoft.Imaging.UI.VisualTools.CropSelectionTool
    
    
    public class PdfCropSelectionTool : Vintasoft.Imaging.UI.VisualTools.CropSelectionTool
    
    
    public __gc class PdfCropSelectionTool : public Vintasoft.Imaging.UI.VisualTools.CropSelectionTool*
    
    
    public ref class PdfCropSelectionTool : public Vintasoft.Imaging.UI.VisualTools.CropSelectionTool^
    
    
    Remarks

    Rectangular region of PDF page or image in image viewer can be cropped as follows:

    • place the mouse to the desired position
    • press the action button (ActionButton) and select the "crop" region by holding the action button
    • press the action button inside the "crop" region for cropping of image; press any mouse button outside of the "crop" region for canceling cropping of image

    If ActionButton is set to right mouse button, context menu during action can be disabled with the DisableContextMenu property.

    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