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

    Namespace: DevExpress.XtraMap.Printing

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

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

    Property Value

    Type Default
    DevExpress.XtraMap.Printing.PrintImageFormat Bitmap

    Property Paths

    You can access this nested property as listed below:

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