RED-7158: add layoutgrid into new ViewerDocument as optional content
* set layer to invisible by default
This commit is contained in:
parent
ee6c21638f
commit
9aa9cb2d54
@ -159,7 +159,7 @@ public class ViewerDocumentService {
|
||||
layer = new PDOptionalContentGroup(layerName);
|
||||
ocprops.addGroup(layer);
|
||||
}
|
||||
ocprops.setGroupEnabled(layer, true);
|
||||
ocprops.setGroupEnabled(layer, false);
|
||||
dictionariesToUpdate.add(catalog.getCOSObject());
|
||||
return layer;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user