PrintingProperties.ScaleToFitPaper Property

Scale to Fit Paper when printing.Represents the attribte in schema: scaleToFitPaper

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

Syntax

'Declaration
<SchemaAttrAttribute(, "scaleToFitPaper")> _
Public Property ScaleToFitPaper As BooleanValue
    Get
    Set
'Usage
Dim instance As PrintingProperties
Dim value As BooleanValue

value = instance.ScaleToFitPaper

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PrintingProperties Class

PrintingProperties Members

DocumentFormat.OpenXml.Presentation Namespace