VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.Dialogs Namespace / WebUiPdfRedactionMarkSettingsDialogJS type / WebUiPdfRedactionMarkSettingsDialogJS Constructor(object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiPdfRedactionMarkSettingsDialogJS Constructor(object)
    In This Topic
    Initializes a new instance of the WebUiPdfRedactionMarkSettingsDialogJS class.
    Syntax
    // Parameters
    var pdfRedactionMark; // Type: object
    
    var instance = new Vintasoft.Imaging.Pdf.UI.Dialogs.WebUiPdfRedactionMarkSettingsDialogJS(pdfRedactionMark);
    
    
    function WebUiPdfRedactionMarkSettingsDialogJS(
    pdfRedactionMark
    Redaction mark, which settings should be shown in dialog.
    : object
    ) : WebUiPdfRedactionMarkSettingsDialogJS;

    Parameters

    pdfRedactionMark
    Redaction mark, which settings should be shown in dialog.
    Browser Compatibility
    56+
    45+
    11
    See Also