Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / QRCode Class / BlockFormat Property

In This Topic
    BlockFormat Property
    In This Topic
    Gets/sets block format of QRCode.
    Syntax
    public string BlockFormat {get; set;}
    public:
    property String^ BlockFormat {
       String^ get();
       void set (    String^ value);
    }
    See Also