VDF Articles
You searched for the word(s) "canvas" witch returned 47 results listed below
70001987 How to pass unused primaries to VDS or DataString file
Category: HowToWhen 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: HowToHow 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: HowToIn 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: HowToInstructions 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: HowToHow 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: HowToHow 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: HowToHow 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: HowToHow 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: HowToHow to clear erased items of layout or block.
70001516 How to pan by using middle mouse button when an action is active
Category: HowToHow can i pan by using middle mouse button when an action is active.
