File tree Expand file tree Collapse file tree 3 files changed +65
-0
lines changed
english/net/aspose.html.rendering/device-2 Expand file tree Collapse file tree 3 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 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< ; TGraphicContext,TRenderingOptions> ; ] ( ../../device-2.deviceconfiguration-2/ )
20+ * class [ Device< ; TGraphicContext,TRenderingOptions> ; ] ( ../ )
21+ * namespace [ Aspose.Html.Rendering] ( ../../../aspose.html.rendering/ )
22+ * assembly [ Aspose.HTML] ( ../../../ )
Original file line number Diff line number Diff line change 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< ; TGraphicContext,TRenderingOptions> ; .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< ; TGraphicContext,TRenderingOptions> ; ] ( ../ )
20+ * namespace [ Aspose.Html.Rendering] ( ../../../aspose.html.rendering/ )
21+ * assembly [ Aspose.HTML] ( ../../../ )
Original file line number Diff line number Diff line change 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< ; TGraphicContext,TRenderingOptions> ; .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< ; TGraphicContext,TRenderingOptions> ; ] ( ../ )
21+ * namespace [ Aspose.Html.Rendering] ( ../../../aspose.html.rendering/ )
22+ * assembly [ Aspose.HTML] ( ../../../ )
You can’t perform that action at this time.
0 commit comments