'Declaration Public Function New( _
ByVal docxDocumentInteractiveObjectThe DOCX document interactive object to edit.As IOfficeDocumentInteractiveObject, _
ByVal baseTransformerThe transformer that does base transformations of interactive object (move, rotate, etc).As Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController _
)
public OfficeDocumentVisualEditor(
IOfficeDocumentInteractiveObject docxDocumentInteractiveObject,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController baseTransformer
)
public: OfficeDocumentVisualEditor(
IOfficeDocumentInteractiveObject* docxDocumentInteractiveObject,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController* baseTransformer
)
public:
OfficeDocumentVisualEditor(
IOfficeDocumentInteractiveObject^ docxDocumentInteractiveObject,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController^ baseTransformer
)
Parameters
- docxDocumentInteractiveObject
- The DOCX document interactive object to edit.
- baseTransformer
- The transformer that does base transformations of interactive object (move, rotate, etc).