Search Results for

    Show / Hide Table of Contents

    Enum MeetOrSlice

    Specifies the svg scale types

    Namespace: FastReport.Export.Svg
    Assembly: FastReport.dll
    Syntax
    public enum MeetOrSlice

    Fields

    Name Description
    meet

    (the default) - Scale the graphic such that:

    • aspect ratio is preserved
    • the entire viewBox is visible within the viewport
    • the viewBox is scaled up as much as possible, while still meeting the other criteria
    slice

    Scale the graphic such that:

    • aspect ratio is preserved
    • the entire viewport is covered by the viewBox
    • the viewBox is scaled down as much as possible, while still meeting the other criteria
    Back to top © 1998-2025 Copyright Fast Reports Inc.