VDF Articles

You searched for the word(s) "canvas" witch returned 47 results listed below

Howto General Wish All

70001987 How to pass unused primaries to VDS or DataString file

Category: HowTo

When we call ExportScript() or ToScriptData() all the entities are exported with the tables that they are using like Layers, TextStyles etc. So if in our document we have some unused layers and text styles they will not be exported on the VDS file or the data string file. If we want to export these unused tables we have to create some entities which will use these tables in order to be exported. After creating these entities we can set the visibility of these entities to false(invisible) so these entities will not be drawn and displayed on both VDF screen and canvas of Web Control, but in this way the unused tables will be exported on the VDS or data string file. Bellow you can find a small example for how to achieve this.

70001991 How to display something by right click when action is active

Category: HowTo

How can i display something like a pop up window or an alert window by right clicking when an action is active.

70001968 Custom Action Line example

Category: HowTo

In the Custom Action Lines example we will show how we can create a custom action polyline and let the user decide on the fly if he wants to draw a closed polyline or not, be able to undo every segment of the polyline, or cancel the whole command action.

70001894 Save VDS as DWG on WebControl through web service

Category: HowTo

Instructions for how to save a VDS file to DWG/DGN throught VectorDraw WebControl.

70001874 How to delete all the entities of a specific layer

Category: HowTo

How to delete all the entities of the Layer1 for example.

70001812 How to sort entities of layers so to be displayed above entities of other layers

Category: HowTo

How to sort entities of layers in order to be displayed above entities of other layers

70001732 How to create a polyline with bulges and hatch it in WebControl

Category: HowTo

How can i create a polyline with bulges and hatch it in WebControl.

70001616 How to force embed xref file in the main .vds drawing

Category: HowTo

How to force embed xref file in the main .vds drawing when saving the main file.

70001559 How to clear erased items from a layout or a block

Category: HowTo

How to clear erased items of layout or block.

70001516 How to pan by using middle mouse button when an action is active

Category: HowTo

How can i pan by using middle mouse button when an action is active.