GoDiagram Win Reference
GoSvgWriter Class Properties


For a list of all members of this type, see GoSvgWriter members.

Public Properties
 NameDescription
Public PropertyCursorsGets or sets whether to generate cursors to be shown when the user's pointer is over an object.  
Public PropertyDefaultNamespaceGets or sets the "xmlns" attribute namespace to be defined for the root element. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Public PropertyFragmentGets or sets whether to exclude any XML instructions before the root element.  
Public PropertyGrandParentObjectGets the parent object of the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase)
Public PropertyNodesGeneratedFirstGets or sets whether Northwoods.Go.Xml.GoXmlWriter.GenerateObjects makes two passes over the collection of Northwoods.Go.Xml.GoXmlWriter.Objects, generating the objects that implement IGoNode first before generating the other objects. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Public PropertyObjectsGets or sets the collection of objects to be generated. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Public PropertyObjectsLimitedToDocExtentGets or sets whether SVG should be generated for objects that are outside of the View's current DocExtent or the docExtent parameter supplied to Generate(RectangleF,Single,Stream).  
Public PropertyObjectStackGets an List of Object acting as a stack of Objects that have been created during the walking of the XML tree during Consume, or that have been seen during Generate. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase)
Public PropertyPaintViewGets or sets whether to paint the view's background and draw any view objects.  
Public PropertyPanAndZoomControlsGets or sets whether to generate panning and zooming controls for the user.  
Public PropertyParentObjectGets the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase)
Public PropertyRootElementNameGets or sets the name of the root element. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Public PropertyScriptFileGets or sets the pathname for the script file defining most of the functions needed for event handling.  
Public PropertyScriptingGets or sets whether to generate interactive or static SVG.  
Public PropertySupportsSelectionGets or sets whether to allow the user to select objects.  
Public PropertyToolTipsGets or sets whether to generate script for handling tooltips.  
Public PropertyUserObjectGets or sets an object holding additional information for use by your application; this property is not used by GoXml. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase)
Public PropertyViewGets or sets the view used to limit the rendering extent and provide a background and view objects such as a grid and selection handles.  
Public PropertyWriterElementGets or sets the XmlElement that is being constructed when creating a DOM rather than writing directly to a Northwoods.Go.Xml.GoXmlWriter.XmlWriter. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Public PropertyXmlDocumentGets the XmlDocument that is constructed by Northwoods.Go.Xml.GoXmlWriter.Generate when not writing directly to a stream with Northwoods.Go.Xml.GoXmlWriter.XmlWriter. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Public PropertyXmlWriterGets the XmlWriter used to actually write XML to the output stream. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Public PropertyXmlWriterSettingsGets or sets the XmlWriterSettings used in the call to XmlWriter.Create to customize the XmlWriter. (Inherited from Northwoods.Go.Xml.GoXmlWriter)
Top
See Also

Reference

GoSvgWriter Class
Northwoods.Go.Svg Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback