Back to Devexpress

PrintOptions.ImageFormat Property

windowsforms-devexpress-dot-xtratreemap-dot-printing-dot-printoptions.md

latest1.5 KB
Original Source

PrintOptions.ImageFormat Property

Namespace : DevExpress.XtraTreeMap.Printing

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[DefaultValue(PrintImageFormat.Bitmap)]
public PrintImageFormat ImageFormat { get; set; }
vb
<DefaultValue(PrintImageFormat.Bitmap)>
Public Property ImageFormat As PrintImageFormat

Property Value

TypeDefault
PrintImageFormatBitmap

Available values:

Name
Bitmap
Metafile
Svg

Property Paths

You can access this nested property as listed below:

Object TypePath to ImageFormat
HierarchicalChartControlBase

.PrintOptions .ImageFormat

|

See Also

PrintOptions Class

PrintOptions Members

DevExpress.XtraTreeMap.Printing Namespace