PdfDocument
UsePsDirectlyForConvert Property
|
Note: This API is now obsolete.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetToXpsOptions method or ConverterOptions.SetToDocOptions method instead.")]
public bool UsePsDirectlyForConvert { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetToXpsOptions method or ConverterOptions.SetToDocOptions method instead.")>
Public Property UsePsDirectlyForConvert As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use ConverterOptions.SetToXpsOptions method or ConverterOptions.SetToDocOptions method instead.")]
property bool UsePsDirectlyForConvert {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetToXpsOptions method or ConverterOptions.SetToDocOptions method instead.")>]
member UsePsDirectlyForConvert : bool with get, set
Property Value
Type:
Boolean
See Also