[]
        
(Showing Draft Content)

C1.C1Preview.ActionHandlerFileOpen

ActionHandlerFileOpen Class

Represents an action handler that loads a document (in C1DX or C1D formats) from a disk file.

Inheritance
ActionHandlerFileOpen
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class ActionHandlerFileOpen : ActionHandlerFile
Remarks

If the FileName is not specified when this action handler is invoked, a file open dialog is shown to the user.

For details on the use of action handlers, see ActionHandlerBase.

Constructors

Name Description
ActionHandlerFileOpen()

Initializes a new instance of the ActionHandlerFileOpen class.

ActionHandlerFileOpen(string)

Initializes a new instance of the ActionHandlerFileOpen class, assigning the FileName property.

See Also