API Help
Eplan.EplApi.DataModel.Graphics Namespace / Image Class / WidthToHeighRatioFix Property

In This Topic
    WidthToHeighRatioFix Property
    In This Topic
    Boolean value: true if the aspect ratio of the image is the same as in the original image file.
    Syntax
    public bool WidthToHeighRatioFix {get; set;}
    public:
    property bool WidthToHeighRatioFix {
       bool get();
       void set (    bool value);
    }
    Exceptions
    ExceptionDescription
    Thrown when it cannot be read if Width is fixed to height.
    See Also