SVGDocument
SVGDocument()
Initializes a new instance of the SVGDocument
class.
See Also
SVGDocument(Configuration)
Initializes a new instance of the SVGDocument
class.
public SVGDocument(Configuration configuration)
Parameter | Type | Description |
---|
configuration | Configuration | The configuration. |
See Also
SVGDocument(string)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(string address)
Parameter | Type | Description |
---|
address | String | The document address. It will be combined with the current directory path to form an absolute URL. |
See Also
SVGDocument(Url)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(Url url)
Parameter | Type | Description |
---|
url | Url | The document URL. |
See Also
SVGDocument(string, Configuration)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(string address, Configuration configuration)
Parameter | Type | Description |
---|
address | String | The document address. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The configuration. |
See Also
SVGDocument(Url, Configuration)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(Url url, Configuration configuration)
Parameter | Type | Description |
---|
url | Url | The document URL. |
configuration | Configuration | The configuration. |
See Also
SVGDocument(Stream, string)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
. Document loading starts from the current position in the stream.
public SVGDocument(Stream content, string baseUri)
Parameter | Type | Description |
---|
content | Stream | The document content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(Stream, string, Configuration)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
. Document loading starts from the current position in the stream.
public SVGDocument(Stream content, string baseUri, Configuration configuration)
Parameter | Type | Description |
---|
content | Stream | The document content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The configuration. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(Stream, Url)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
. Document loading starts from the current position in the stream.
public SVGDocument(Stream content, Url baseUri)
Parameter | Type | Description |
---|
content | Stream | The document content. |
baseUri | Url | The base URI of the document. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(Stream, Url, Configuration)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
. Document loading starts from the current position in the stream.
public SVGDocument(Stream content, Url baseUri, Configuration configuration)
Parameter | Type | Description |
---|
content | Stream | The document content. |
baseUri | Url | The base URI of the document. |
configuration | Configuration | The configuration. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(string, string)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(string content, string baseUri)
Parameter | Type | Description |
---|
content | String | The document content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(string, string, Configuration)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(string content, string baseUri, Configuration configuration)
Parameter | Type | Description |
---|
content | String | The document content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The configuration. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(string, Url)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(string content, Url baseUri)
Parameter | Type | Description |
---|
content | String | The document content. |
baseUri | Url | The base URI of the document. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(string, Url, Configuration)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(string content, Url baseUri, Configuration configuration)
Parameter | Type | Description |
---|
content | String | The document content. |
baseUri | Url | The base URI of the document. |
configuration | Configuration | The configuration. |
Exceptions
exception | condition |
---|
ArgumentNullException | baseUri is null . |
See Also
SVGDocument(RequestMessage)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(RequestMessage request)
Parameter | Type | Description |
---|
request | RequestMessage | The request. |
See Also
SVGDocument(RequestMessage, Configuration)
Initializes a new instance of the SVGDocument
class. Constructor works synchronously, it waits for loading of all the external resources (images, scripts, etc.). To load document asynchronously use method Navigate
or its overloads. Or you can disable loading of some external resources by setting appropriate flags in Security
.
public SVGDocument(RequestMessage request, Configuration configuration)
Parameter | Type | Description |
---|
request | RequestMessage | The request. |
configuration | Configuration | The configuration. |
See Also