This 36" x 100' roll of Metallic Photo Paper Glossy fromEpson features metallic paper with a resin-coated base and a vibrant glossy finish capable of producing images with high sharpness, excellent dynamic range, and a wide color gamut. This paper has a heavy basis weight of 257 gsm and a thickness of 10.5 mil. Also, it has a brightness of 81% and a whiteness of 95%.
function selectTab(tabName) { document.getElementById('Overview').style.display = none; document.getElementById('Specs').style.display = none; document.getElementById(tabName).style.display = block; switch (tabName) { case Overview: document.getElementById(btnOverview).className = active document.getElementById(btnSpecs).className = button break; case Specs: document.getElementById(btnSpecs).className = active document.getElementById(btnOverview).className = button break; } } document.getElementById(btnOverview).click();