BBjPrintPreviewBuilder::secure
Description
In BBj 13.0 and higher, this method sets secure(0) to override the default, removing all document security. This is useful after saving a PDF as the file is not editable by default.
Syntax
Return Value |
Method |
---|---|
secure(boolean secure) |
Parameters
Variable |
Description |
---|---|
secure |
Defaults to true; set to 0 to remove security. |
Return Values
Returns the BBjPrintPreviewBuilder so you can continue configuration.
Remarks
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.