Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutHost Class
Properties Methods

In This Topic
    LayoutHost Class Members
    In This Topic

    The following tables list the members exposed by LayoutHost.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the LayoutHost object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating if the LayoutHost contains rectangles with unresolved changes.  
    Public PropertyGets a value indicating if the LayoutHost does not allow any modifications or recalculations.  
    Public PropertyGets or sets the object that contains data about the LayoutHost.  
    Public PropertyGets or sets a value indicating whether a LayoutException should be thrown if the width or height of some LayoutRect becomes negative.

    The default is true.

     
    Public PropertyGets or sets a value for which all absolute numbers smaller than are considered equal to zero.

    Possible values are between 0.00001f and 1f. The default is 0.01f.

     
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new LayoutView and associates it with the LayoutHost.  
    Public MethodReleases all memory resources required for recalculating the layout.  
    Public MethodRecalculates the layout of all "dirty" LayoutRect objects in the LayoutHost.  
    Top
    See Also