Skip to content

Commit c9896fb

Browse files
Added protected properties
1 parent 54670fb commit c9896fb

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Device-2.Configuration
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: Device Configuration property. Gets device configuration
5+
type: docs
6+
weight: 10
7+
url: /net/aspose.html.rendering/device-2/configuration/
8+
---
9+
## Device<TGraphicContext,TRenderingOptions>.Configuration property
10+
11+
Gets device configuration.
12+
13+
```csharp
14+
protected virtual DeviceConfiguration<TGraphicContext, TRenderingOptions> Configuration { get; }
15+
```
16+
17+
### See Also
18+
19+
* class [DeviceConfiguration&lt;TGraphicContext,TRenderingOptions&gt;](../../device-2.deviceconfiguration-2/)
20+
* class [Device&lt;TGraphicContext,TRenderingOptions&gt;](../)
21+
* namespace [Aspose.Html.Rendering](../../../aspose.html.rendering/)
22+
* assembly [Aspose.HTML](../../../)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Device-2.OutputStream
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: Device OutputStream property. Sets and gets the output stream
5+
type: docs
6+
weight: 40
7+
url: /net/aspose.html.rendering/device-2/outputstream/
8+
---
9+
## Device&lt;TGraphicContext,TRenderingOptions&gt;.OutputStream property
10+
11+
Sets and gets the output stream.
12+
13+
```csharp
14+
protected Stream OutputStream { get; }
15+
```
16+
17+
### See Also
18+
19+
* class [Device&lt;TGraphicContext,TRenderingOptions&gt;](../)
20+
* namespace [Aspose.Html.Rendering](../../../aspose.html.rendering/)
21+
* assembly [Aspose.HTML](../../../)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Device-2.StreamProvider
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: Device StreamProvider property. Gets the stream provider object
5+
type: docs
6+
weight: 50
7+
url: /net/aspose.html.rendering/device-2/streamprovider/
8+
---
9+
## Device&lt;TGraphicContext,TRenderingOptions&gt;.StreamProvider property
10+
11+
Gets the stream provider object.
12+
13+
```csharp
14+
protected ICreateStreamProvider StreamProvider { get; }
15+
```
16+
17+
### See Also
18+
19+
* interface [ICreateStreamProvider](../../../aspose.html.io/icreatestreamprovider/)
20+
* class [Device&lt;TGraphicContext,TRenderingOptions&gt;](../)
21+
* namespace [Aspose.Html.Rendering](../../../aspose.html.rendering/)
22+
* assembly [Aspose.HTML](../../../)

0 commit comments

Comments
 (0)