VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfCropSelectionTool Class / UseRoundingPointTransform Property
Syntax Requirements SeeAlso
In This Topic
    UseRoundingPointTransform Property (PdfCropSelectionTool)
    In This Topic
    Gets a value indicating whether this tool need to use rounding transform for transforming points in the selection rectangle.
    Syntax
    'Declaration
    
    Protected Overrides ReadOnly Property UseRoundingPointTransform As Boolean
    
    
    protected override bool UseRoundingPointTransform { get; }
    
    
    protected: __property bool get_UseRoundingPointTransform(); override;
    
    
    
    protected:
    property bool UseRoundingPointTransform { bool get() override;; }

    Property Value

    True if tool needs to use rounding transform for transforming points in the selection rectangle; otherwise, false.
    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