Catpos: Home >

Full-Color Printing Sample Board

  • Product Description
Name Tile Sample Board
Corner Right Corner
Material MDF + Printing Paper Covered
Size Custom
Printing Single-Sided or Double-sided
Edge Paper Covered
Handhold Yes
Thickness Option 5 mm , 6 mm , 9 mm , 12 mm

Custom Sample Boards , Please provide below information to [email protected] 

1. Sample Board Size 
2. Thickness Option: 5 mm , 6 mm , 9mm , 12mm  Which you prefer to?

      3. Corner Option: 1. Round  2. Right
4. Do you need Handle ?

      5. Your Printing Needed.  

  

Click to get inspiration from Sample Board we made.

General Size
PS001
Custom
Custom
Custom
Custom
Custom
Carton
MDF + Printing Covered
SEND INQUIRY
// Set first thumbnail as active $('#thumblist a:first').addClass('zoomThumbActive'); // Prev/Next scrolling var boxW = $('#zoom_list_box').width(); var liW = $('#thumblist li').first().outerWidth(true) || 58; var totalW = $('#thumblist li').length * liW; var maxPage = Math.max(0, Math.ceil(totalW / boxW) - 1); $('#zoom_list a.next').click(function(){ if (currentPage < maxPage) { currentPage++; $('#thumblist').animate({left: -currentPage * boxW + 'px'}, 400); } return false; }); $('#zoom_list a.pre').click(function(){ if (currentPage > 0) { currentPage--; $('#thumblist').animate({left: -currentPage * boxW + 'px'}, 400); } return false; }); });