Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Surface Class / ThrowIfNotFit Property

In This Topic
    ThrowIfNotFit Property (Surface)
    In This Topic
    Gets or sets a value indicating whether a GrapeCity.Documents.Layout.LayoutException should be thrown if the width or height of some GrapeCity.Documents.Layout.LayoutRects becomes negative.

    The default is true.

    Syntax
    'Declaration
     
    Public Property ThrowIfNotFit As System.Boolean
    public System.bool ThrowIfNotFit {get; set;}
    See Also