Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / QRCode Class / Create Method / Create(Page,PointD,Double) Method
Eplan.EplApi.DataModel.Page the QRCode will be placed on.
Eplan.EplApi.Base.PointD representing 1st QRCode's corner
Height and width of QRCode

In This Topic
    Create(Page,PointD,Double) Method
    In This Topic
    Creates the QRCode object.
    Syntax
    public void Create( 
       Page page,
       PointD pntStart,
       double size
    )
    public:
    void Create( 
       Page^ page,
       PointD pntStart,
       double size
    ) 

    Parameters

    page
    Eplan.EplApi.DataModel.Page the QRCode will be placed on.
    pntStart
    Eplan.EplApi.Base.PointD representing 1st QRCode's corner
    size
    Height and width of QRCode
    Exceptions
    ExceptionDescription
    Thrown when page is null.
    Thrown when the QRCode cannot be created.
    Thrown when the QRCode has already been created.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also