API Reference
Cmdlet
Clear-OfficePdfBackgroundShape
Clears generated PDF page background shapes.
Remarks
Clears generated PDF page background shapes.
Examples
Remove queued background shapes during composition.
PS>
New-OfficePdf -Path .\Examples\Documents\PdfNoBackgroundShape.pdf {
Add-OfficePdfBackgroundShape -Shape Rectangle -FillColor '#EEF2FF' -X 0 -Y 0 -Width 595 -Height 120
Clear-OfficePdfBackgroundShape
Add-OfficePdfHeading -Text 'Clean variant'
}
Clears generated page background shapes while the PDF page is being composed.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Clear-OfficePdfBackgroundShape [-PassThru] [<CommonParameters>]#Parameter set:
ContextParameters
- PassThru SwitchParameter
- Emit the updated document.
Outputs
OfficeIMO.Pdf.PdfDocument
Clear-OfficePdfBackgroundShape -Document <PdfDocument> [-PassThru] [<CommonParameters>]#Parameter set:
DocumentParameters
- Document PdfDocument
- Compatibility parameter. Page composition is supported only inside New-OfficePdf with OfficeIMO 3.2.
- PassThru SwitchParameter
- Emit the updated document.
Outputs
OfficeIMO.Pdf.PdfDocument