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
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when pageisnull. | 
| Eplan.EplApi.DataModel.ObjectCreationException | Thrown when the QRCode cannot be created. | 
| Eplan.EplApi.DataModel.ObjectAlreadyCreatedException | Thrown when the QRCode has already been created. | 
| Eplan.EplApi.DataModel.InvalidArgumentException | Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument. |