API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / DrawBlackAndWhite Property

In This Topic
    DrawBlackAndWhite Property
    In This Topic
    Should the preview be shown in color or black-and-white? Warning: images are always colored, independently on a value of the property
    Syntax
    public bool DrawBlackAndWhite {get; set;}
    public:
    property bool DrawBlackAndWhite {
       bool get();
       void set (    bool value);
    }
    See Also