XPSOutputOptionsSetOpenXps Method |
Sets whether the output format should be open xps
microsoft xps output is the default
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetOpenXps(
bool openxps
)
Public Sub SetOpenXps (
openxps As Boolean
)
public:
virtual void SetOpenXps(
[InAttribute] bool openxps
) sealed
function SetOpenXps(openxps);
Parameters
- openxps
- Type: SystemBoolean
if open xps output should be used
See Also