XpsDevice Constructor (XpsRenderingOptions, String) |
Initializes a new instance of the
XpsDevice class by rendering options and output file name.
Namespace: Aspose.Html.Rendering.XpsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public XpsDevice(
XpsRenderingOptions options,
string file
)
Public Sub New (
options As XpsRenderingOptions,
file As String
)
public:
XpsDevice(
XpsRenderingOptions^ options,
String^ file
)
new :
options : XpsRenderingOptions *
file : string -> XpsDevice
Parameters
- options
- Type: Aspose.Html.Rendering.XpsXpsRenderingOptions
Rendering options. - file
- Type: SystemString
The output file name.
See Also