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

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

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
strBlockFormat
Text 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