Gets or sets the font belonging to the Cursive font family.
Gets the description of the SVG document.
Gets or sets the font belonging to the Fantasy font family.
Gets or sets the custom FontCollection used for searching fonts and font fallbacks.
Gets or sets the custom FontCollection used for searching fonts and font fallbacks.
Gets or sets a value specifying the scope for searching fallback fonts for the glyphs missing in the mentioned type faces.
Gets or sets a value specifying the scope for searching fallback fonts for the glyphs missing in the mentioned type faces.
Gets the reference to the object.
Gets the owner ObjectManager instance.
Gets or sets a value indicating whether the fonts should be searched in the custom collection only, if any specified. The default is false.
Gets or sets a value indicating whether the fonts should be searched in the custom collection only, if any specified. The default is false.
Gets or sets the font belonging to the Serif font family.
Gets the title of the SVG document.
StaticloadLoads a SvgDocument from a byte array.
The binary data of the SVG document.
A new instance of the SVG document.
Loads a SvgDocument from a byte array.
An object manager that controls the lifetime of the SvgDocument object.
The binary data of the SVG document.
A new instance of the SVG document.
StaticloadLoads a SvgDocument from a byte array with gzipped SVG data.
The binary data of the gzipped SVG document.
A new instance of the SVG document.
Loads a SvgDocument from a byte array with gzipped SVG data.
An object manager that controls the lifetime of the SvgDocument object.
The binary data of the gzipped SVG document.
A new instance of the SVG document.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Gets the intrinsic size of SVG viewport.
The intrinsic size of SVG viewport, or null if the size is undefined.
Calculates the content bounds of an SVG document when its viewport is drawn at a specified point.
The X coordinate of SVG viewport.
The Y coordinate of SVG viewport.
The content rectangle of the resulting image.
Calculates the content bounds of an SVG document, resizing the SVG viewport to fit into a specified rectangle.
The X coordinate of the target rectangle for SVG viewport.
The Y coordinate of the target rectangle for SVG viewport.
The width of the target rectangle for SVG viewport.
The height of the target rectangle for SVG viewport.
The content rectangle of the resulting image.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Saves the current SvgDocument to a byte array.
Optionaloptions: SaveSvgOptionsThe settings for saving the document.
A byte array with UTF8-encoded SVG data.
Saves the current SvgDocument to a byte array in SVG.GZ format.
Sets the list of cultures to match values of the 'systemLanguage' attribute of SVG elements.
Represents an SVG document.