Version

HeaderFooterPageSection Class Members

The following tables list the members exposed by HeaderFooterPageSection.

Public Constructors
 NameDescription
Public ConstructorHeaderFooterPageSection ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the appearance used to render the section. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyBorderSidesReturns or sets which sides of the section border will be rendered. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyBorderStyleReturns or sets the borderstyle rendered around the section. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDocumentReturns the owning print document. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyHasAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyHasMarginsIndicates if the PageSection.Margins object has been allocated. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyHasPaddingIndicates if the PageSection.Padding object has been allocated. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyHeightReturns or sets the fixed height of the section.  
Public PropertyMarginsReturns or sets the amount of space between the containing area and the border. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyPaddingReturns or sets the amount of space between the border and the sections contents. (Inherited from Infragistics.Win.Printing.PageSection)
Public PropertyReverseTextOnEvenPagesReturns or sets whether the header and footer text is reversed when even pages are printed.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextCenterReturns or sets the string displayed in the middle of the section.  
Public PropertyTextLeftReturns or sets the string displayed on the left side of the section.  
Public PropertyTextRightReturns or sets the string displayed on the right side of the section.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeFromOverridden. Initializes the object with the settings of the specified object.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodPrintSectionOverridden. Prints the section into the specified graphics object.  
Public MethodResetOverridden. Resets the properties of the section to their default values.  
Public MethodResetAppearanceResets the PageSection.Appearance property to its default value. (Inherited from Infragistics.Win.Printing.PageSection)
Public MethodResetMarginsResets the properties of the PageSection.Margins to their default values. (Inherited from Infragistics.Win.Printing.PageSection)
Public MethodResetPaddingResets the properties of the PageSection.Padding to their default values. (Inherited from Infragistics.Win.Printing.PageSection)
Public MethodResolveAppearanceResolves the appearance for the section. (Inherited from Infragistics.Win.Printing.PageSection)
Public MethodShouldSerializeOverridden. Indicates if any of the properties of the section differ from their default values.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string representation of the object. (Inherited from Infragistics.Win.Printing.PageSection)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataOverridden. Invoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserializationInvoked after the entire object graph has been deserialized. (Inherited from Infragistics.Win.Printing.PageSection)
Protected MethodOnDisposeInvoked when the Dispose method of the object is invoked. (Inherited from Infragistics.Win.Printing.PageSection)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedInvoked when a property on a subobject of the instance has changed. (Inherited from Infragistics.Win.Printing.PageSection)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearance

Returns a Boolean value that determines whether the PageSection.Appearance property is set to its default value.

(Inherited from Infragistics.Win.Printing.PageSection)
Protected MethodShouldSerializeMarginsIndicates if any of the properties of the PageSection.Margins have been changed. (Inherited from Infragistics.Win.Printing.PageSection)
Protected MethodShouldSerializePaddingIndicates if any of the properties of the PageSection.Padding have been changed. (Inherited from Infragistics.Win.Printing.PageSection)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also