HeaderFooter.ScaleWithDoc Property

Scale Header and Footer With Document.Represents the attribte in schema: scaleWithDoc

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "scaleWithDoc")> _
Public Property ScaleWithDoc As BooleanValue
    Get
    Set
'Usage
Dim instance As HeaderFooter
Dim value As BooleanValue

value = instance.ScaleWithDoc

instance.ScaleWithDoc = value
[SchemaAttrAttribute(, "scaleWithDoc")]
public BooleanValue ScaleWithDoc { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

HeaderFooter Class

HeaderFooter Members

DocumentFormat.OpenXml.Spreadsheet Namespace