PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderArea Class


In This Topic
    RenderArea Class Methods
    In This Topic

    For a list of all members of this type, see RenderArea members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderObject.AssignFrom method. If source is a RenderArea, also copies RenderArea-specific properties.  
    Public MethodCalculates the size of the current object. When this method is called, the object must already have been added to the document (e.g. to Body or to RenderObject.Children of another object in the document). See remarks for more details. (Inherited from C1.C1Preview.RenderObject)
    Public MethodOverloaded. Clones the current RenderObject. (Inherited from C1.C1Preview.RenderObject)
    Public MethodCalculates the count of objects which are nested within this object. This method takes into account child objects and their children. (Inherited from C1.C1Preview.RenderObject)
    Public MethodCalculates the number of objects which are owned by the current object. (Inherited from C1.C1Preview.RenderObject)
    Public MethodReturns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. (Inherited from C1.C1Preview.RenderObject)
    Top
    Protected Methods
     NameDescription
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverridden. Creates new empty RenderArea object linked with same C1PrintDocument as current object.  
    Protected MethodGets the value of a child's ambient style property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method and return false if you want manually copy of children objects for this object. This method returns true by default. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodReturns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the default value for the RenderObject.Clip property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverridden. Gets the default value for the Flags property.  
    Protected MethodGets the default value for the RenderObject.Height property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverridden. Gets the default horizontal split behavior (area is too wide).  
    Protected MethodOverridden. Gets the default vertical split behavior (area is too high).  
    Protected MethodOverridden. Gets the default area width.  
    Protected MethodReturns a human-readable textual description of the location of the current object in the document. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodReturns the value of flag. The object has private field: private int _flags; This field can be used for storing various boolean properties (CanSplitHorz, CanSplitVert etc), for example CanSplitHorz property defined as: public bool CanSplitHorz { get { return GetFlag(c_flgCanSplitVert); } set { SetFlag(c_flgCanSplitVert, value); } } (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Height property of object is being read. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the value of a child's non-ambient style property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodIndicates whether to automatically process data binding on child objects. The default implementation returns true, override it and return false if custom child data binding processing is required. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Width property of object is being read. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodPerforms some initializations. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodFor internal use only. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodResolves the values of calculated fields of object. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodResolves the calculated values of object's style. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodThis method is called once after the current RenderObject has been fully resolved. At the time of the call all RenderFragment objects a built and placed on their pages. Override it to perform custom processing at that time. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodThis method is called once for each object, override it to perform custom initialization. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodSets value of flag. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Height property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the SplitVertBehavior property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Width property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Children property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Clip property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the Flags property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Height property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Name property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.SplitHorzBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.SplitVertBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Style property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Width property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.X property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Y property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Top
    See Also