Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / QRCode Class / Create Method / Create(Page,PointD,Double,String) 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
Text to create QRCode

In This Topic
    Create(Page,PointD,Double,String) Method
    In This Topic
    Creates the QRCode object.
    Syntax

    Parameters

    Parameter NameDescription
    pageEplan.EplApi.DataModel.Page the QRCode will be placed on.
    pntStartEplan.EplApi.Base.PointD representing 1st QRCode's corner
    sizeHeight and width of QRCode
    strBlockFormatText to create 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