DrawingData

Interface DrawingData

interface DrawingData {
    data: ViewerDrawingResult;
    properties: DrawingProperties;
}

Properties

Properties

The Data generated by the ViewerDrawingAPI.

properties: DrawingProperties

The properties of the Drawing.




Was this page helpful? Please leave a thumbs up or down.