PdfToDocConverter
DocxOptions Property
|
Gets or sets the options of pdf to docx.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public DocxOptions DocxOptions { get; set; }
Public Property DocxOptions As DocxOptions
Get
Set
public:
property DocxOptions^ DocxOptions {
DocxOptions^ get ();
void set (DocxOptions^ value);
}
member DocxOptions : DocxOptions with get, set
Property Value
Type:
DocxOptions
See Also