VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Office Namespace / PdfToDocxConverter Class
Constructors Properties Methods SeeAlso
PdfToDocxConverter Class Members
The following tables list the members exposed by PdfToDocxConverter.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PdfToDocxConverter class.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from ProcessingCommand<TTarget>)
Public PropertyGets or sets settings, which are used for decoding of PDF document pages.
Public Propertystatic (Shared in Visual Basic)Gets or sets default settings, which are used for decoding of PDF document pages.
Public Propertystatic (Shared in Visual Basic)Gets or sets the default font programs controller.
Public Propertystatic (Shared in Visual Basic)Gets or sets default settings, which are used for rendering of PDF document pages.
Public PropertyGets or sets a value indicating whether this processing command must detect header and footer.
Public PropertyGets or sets the font programs controller.
Public PropertyGets a value indicating whether this processing command supports multithreading.
Public PropertyGets the name of this processing command.
Public PropertyGets or sets the name of output file.
Public PropertyGets or sets the output stream.
Public PropertyGets or sets settings, which are used for rendering of PDF document pages.
Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
Public Methods
 NameDescription
Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from ProcessingCommand<TTarget>)
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts PDF document to a DOCX document.
Public Methodstatic (Shared in Visual Basic)Converts the ContentStreamGraphicsFigure or ContentStreamGraphicsFigureGroup to a DOCX document.
Public MethodOverloaded. Create retargeted command with specified target type and target converter. (Inherited from ProcessingCommand<TTarget>)
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public MethodOverloaded. Converts PDF document to a DOCX document. The output DOCX document must be specified using or property.
Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
See Also