This function allows, in case of previewing an Adelia report in PDF format, to supersede certain attributes of the produced PDF document.
Context
Adelia Cloud Client.
Parameters
ALPHA (n) |
Attributes |
String containing names and values of the attributes to supersede. Syntax of the string: 'AttributeName1:"value1",AttributeName2:"value2",...'
No spaces. Case-sensitive. Possible values for attributes:
|
Examples
Example 1:
CALL_DLL 'VaToolBx' 'VaToolBxCloudSetSupersededAdeliaPrinterPdfAttributes' 'Title:"Summary",Author:"Adelia Studio",CanPrint:"no"'
This function call supersedes the Title, Author and CanPrint attributes: the PDF document will have a title, an author and no printout will be possible.
The attributes which are not specified will be set to their default value.
Example 2:
CALL_DLL 'VaToolBx' 'VaToolBxCloudSetSupersededAdeliaPrinterPdfAttributes' *BLANK
This function call resets all the superseded attributes to their default value.
List of the VaToolBx functions by topic