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