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

In This Topic
    UseThumbnail Property
    In This Topic
    Use of the stored thumbnail bitmap for preview macro files or not ?
    Syntax
    public bool UseThumbnail {get; set;}
    public:
    property bool UseThumbnail {
       bool get();
       void set (    bool value);
    }
    See Also