Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetToHtmlOptions method instead.")] public PdfToHtmlParameter SetPdfToHtmlParameter { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetToHtmlOptions method instead.")> Public Property SetPdfToHtmlParameter As PdfToHtmlParameter Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future, please use ConverterOptions.SetToHtmlOptions method instead.")] property PdfToHtmlParameter^ SetPdfToHtmlParameter { PdfToHtmlParameter^ get (); void set (PdfToHtmlParameter^ value); }
[<ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetToHtmlOptions method instead.")>] member SetPdfToHtmlParameter : PdfToHtmlParameter with get, set