VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkJS type / get_Page Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Page Method
    In This Topic
    Gets the page associated with this redaction mark.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkJS(image, pdfDocumentEditorControl);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfPageJS
    value = instance.get_Page();
    
    
    function get_Page() : WebPdfPageJS;
    

    Return Value

    The page associated with this redaction mark.
    Browser Compatibility
    56+
    45+
    11
    See Also