PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewAction Class / FromTag Method
The tag string.

In This Topic
    FromTag Method (C1PreviewAction)
    In This Topic
    Creates a C1PreviewAction object corresponding to the specified string tag value (see ActionFromTag for details).
    Syntax
    'Declaration
     
    Public Shared Function FromTag( _
       ByVal tag As String _
    ) As C1PreviewAction
    public static C1PreviewAction FromTag( 
       string tag
    )

    Parameters

    tag
    The tag string.
    See Also