style="width:auto"<% } %>>
<% if (menuOptions.showTabArea === true) { %>
<% if (menuOptions.showMainTab) { %>
<% if (mark.getType() === 'EllipseAnnotation') { %> <% } else if (mark.getType().search('Stamp') !== -1) { %> <% } else if (mark.getType() === 'LineAnnotation' && mark.getEndHeadType() === 'None') { %> <% } else if (mark.getType() === 'LineAnnotation' && mark.getEndHeadType() === 'FilledTriangle') { %> <% } else if (mark.getType() === 'TextSelectionRedaction') { %> <% } else { %> <% } %>
<% } %> <% if (menuOptions.showBorderColorTab === true) { %>
<% if (mark.getType() === 'EllipseAnnotation') { %> <% } else { %> <% } %>
<% } %> <% if (menuOptions.showFontTab === true) { %>
class="pcc-active"<% } %>>
<% } %> <% if (menuOptions.showLayerTab === true) { %>
class="pcc-active"<% } %>>
<% } %> <% if (menuOptions.showESignTab === true) { %>
<% } %> <% if (menuOptions.showLinkTab === true) { %>
<% } %> <% if (menuOptions.showImageTab === true) { %>
<% } %> <% if (menuOptions.showLinkStylesTab === true) { %>
<% } %>
<% } %> <% if (showAllEditControls) { %>

<% } %> <% if(menuOptions.showTabArea) { %>
<% if (mark.getColor || mark.getFillColor) { %>
<% if (mark.getColor) { %>
<% } else if (mark.getFillColor) { %>
>
<% } %>
<% if (menuOptions.showTransparentFillColor) { %>
<% } %>
<% } %> <% if (mark.getOpacity) { %>
<%= Math.round(parseInt(mark.getOpacity() / 2.55, 10) / 10) * 10 %>%
<%= opacityOptions.item0 %>
<%= opacityOptions.item1 %>
<%= opacityOptions.item2 %>
<%= opacityOptions.item3 %>
<%= opacityOptions.item4 %>
<%= opacityOptions.item5 %>
<%= opacityOptions.item6 %>
<%= opacityOptions.item7 %>
<%= opacityOptions.item8 %>
<%= opacityOptions.item9 %>
<%= opacityOptions.item10 %>
<% } %> <% if (mark.getThickness) { %>
<%= mark.getThickness() %>
<%= borderWidthOptions.item1 %>
<%= borderWidthOptions.item2 %>
<%= borderWidthOptions.item3 %>
<%= borderWidthOptions.item4 %>
<%= borderWidthOptions.item5 %>
<%= borderWidthOptions.item6 %>
<%= borderWidthOptions.item7 %>
<%= borderWidthOptions.item8 %>
<% } %> <% if (mark.getLabel) { %>
<%- mark.getLabel() %>
<%= stampLabelApproved %>
<%= stampLabelReviewed %>
<%= stampLabelRejected %>
<% } %> <% if (mark.getReason && reasons.enableRedactionReasonSelection) { %>
<%= menuOptions.redactionReasonLabel %>
<% _.each(reasons.reasons, function(reason, index) { %>
<%= reason.reason %>
<% }); %>
<% if (menuOptions.enableCustomRedactionReason) { %> <% } %> <% } %>
>
<% if (menuOptions.showTransparentBorderColor) { %>
<% } %>
<%- mark.getBorderThickness ? mark.getBorderThickness() : '' %>
<%= borderWidthOptions.item1 %>
<%= borderWidthOptions.item2 %>
<%= borderWidthOptions.item3 %>
<%= borderWidthOptions.item4 %>
<%= borderWidthOptions.item5 %>
<%= borderWidthOptions.item6 %>
<%= borderWidthOptions.item7 %>
<%= borderWidthOptions.item8 %>
<% if (mark.getFontStyle && mark.getType() !== 'TextRedaction') { %>
<% if (mark.getHorizontalAlignment) { %> <% } %>
<% } %>
<% if (mark.getFontColor) { %>
<% } %> <% if (mark.getType() !== 'RectangleRedaction') { %>
<%- mark.getFontName ? mark.getFontName() : '' %>
<%= fontArial %>
<%= fontComicSans %>
<%= fontCourier %>
<%= fontCourierNew %>
<%= fontGeneva %>
<%= fontGeorgia %>
<%= fontHelvetica %>
<%= fontTimes %>
<%= fontTimesNewRoman %>
<%= fontVerdana %>
<%- mark.getFontSize ? mark.getFontSize() : '' %>
8
9
10
11
12
14
16
20
22
24
26
28
36
48
72
<% } %>
Image Stamp Preview
<% } %>
<% if (mark.getType().match(/annotation/i)) { %>
<% } %>