API Reference
Cmdlet
New-OfficeVisioImageOptions
Creates discoverable page and rendering settings for Export-OfficeVisioImage.
Remarks
Creates discoverable page and rendering settings for Export-OfficeVisioImage.
Examples
Render the first Visio page with text and connector labels.
PS>
$options = New-OfficeVisioImageOptions -PageIndex 0 -PageCount 1 -RenderText -RenderConnectorLabels
Export-OfficeVisioImage -Path .\Diagram.vsdx -OutputPath .\Preview -Format Svg -Options $options
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
New-OfficeVisioImageOptions [-BackgroundColor <String>] [-IncludeSvgXmlDeclaration] [-MaximumDegreeOfParallelism <Int32>] [-MaximumOutputCount <Int32>] [-MaximumOutputHeight <Int32>] [-MaximumOutputWidth <Int32>] [-MaximumRasterPixels <Int64>] [-MaximumTotalEncodedBytes <Int64>] [-MaximumTotalRasterPixels <Int64>] [-PageCount <Int32>] [-PageIndex <Int32>] [-RasterOverflowBehavior <ReduceScale|Throw>] [-RenderConnectorLabels] [-RenderStencilArtwork] [-RenderText] [-RenderTimeoutSeconds <Double>] [-ResolveConnectorLabelOverlaps] [-Scale <Double>] [-Supersampling <Int32>] [-TargetDpi <Double>] [-TextShapingLanguage <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- BackgroundColor String
- IncludeSvgXmlDeclaration SwitchParameter
- Include an XML declaration in SVG output.
- MaximumDegreeOfParallelism Int32
- MaximumOutputCount Int32
- MaximumOutputHeight Int32
- MaximumOutputWidth Int32
- MaximumRasterPixels Int64
- MaximumTotalEncodedBytes Int64
- MaximumTotalRasterPixels Int64
- PageCount Int32
- Maximum pages exported.
- PageIndex Int32
- Zero-based first page index.
- RasterOverflowBehavior OfficeRasterOverflowBehavior
- Possible values:
ReduceScale,Throw - RenderConnectorLabels SwitchParameter
- Render connector labels.
- RenderStencilArtwork SwitchParameter
- Render supported stencil artwork.
- RenderText SwitchParameter
- Render page text.
- RenderTimeoutSeconds Double
- ResolveConnectorLabelOverlaps SwitchParameter
- Resolve connector-label overlaps.
- Scale Double
- Supersampling Int32
- Raster supersampling factor.
- TargetDpi Double
- TextShapingLanguage String
Outputs
OfficeIMO.Visio.VisioImageExportOptions