Skip to main content
All docs
V25.1
  • PrintOptions.ImageFormat Property

    Namespace: DevExpress.XtraTreeMap.Printing

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    [DefaultValue(PrintImageFormat.Bitmap)]
    public PrintImageFormat ImageFormat { get; set; }

    Property Value

    Type Default
    PrintImageFormat Bitmap

    Available values:

    Name
    Bitmap
    Metafile
    Svg

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ImageFormat
    HierarchicalChartControlBase
    .PrintOptions .ImageFormat
    See Also