SOAP API method PdfDocumentImageBlock_update
Parameters
- Parameter 'id' : string
- The identifier (id) of the object that is updated
- Parameter 'showborder' : boolean
- Should the border of the block be showed?.
- Parameter 'rotate' : Structure of type 'rotate'
- The rotation of the block.
- Parameter 'orientate' : Structure of type 'orientate'
- The orientation of the content.
- Parameter 'position' : Structure of type 'position'
- The position of the block.
- Parameter 'boxsize' : Structure of type 'boxsize'
- The box size of the block.
- Parameter 'refpoint' : Structure of type 'refpoint'
- The ref point of the block.
- Parameter 'backgroundcolor' : Structure of type 'backgroundcolor'
- The backgound color of the block.
- Parameter 'bordercolor' : Structure of type 'bordercolor'
- The border color of the block.
- Parameter 'linewidth' : Structure of type 'linewidth'
- The linewidth of the block.
- Parameter 'status' : Structure of type 'status'
- The status of the block.
- Parameter 'fitmethod' : Structure of type 'fitmethod'
- The fitmethod of the block.
- Parameter 'condition' : string
- Get the javascript condition used to determine if the block is shown in the document
Return values
- Return value 'pdfdocumentimageblock' : Structure of type 'pdfdocumentimageblock'
- All properties of the now updated pdfdocumentimageblock
Structure 'rotate'
This structure rotate was mentioned above. This structure has the following properties:
- Property 'value' : int
- The value of the int.
- Property 'source' : string
- The source of the datasource.
Structure 'orientate'
This structure orientate was mentioned above. This structure has the following properties:
- Property 'value' : string
- The value of the string.
- Property 'source' : string
- The source of the datasource.
Structure 'position'
This structure position was mentioned above. This structure has the following properties:
- Property 'x' : int
- The x position of the pdf position.
- Property 'y' : int
- The y position of the pdf position.
- Property 'source' : string
- The source of the datasource.
Structure 'boxsize'
This structure boxsize was mentioned above. This structure has the following properties:
- Property 'width' : int
- The width of the boxsize.
- Property 'height' : int
- The height of the boxsize.
- Property 'source' : string
- The source of the datasource.
Structure 'refpoint'
This structure refpoint was mentioned above. This structure has the following properties:
- Property 'left' : int
- The left of the boxsize.
- Property 'bottom' : int
- The bottom of the boxsize.
- Property 'source' : string
- The source of the datasource.
Structure 'backgroundcolor'
This structure backgroundcolor was mentioned above. This structure has the following properties:
- Property 'hex' : string
- The hex of the pdfcolor.
- Property 'cyan' : float
- The cyan of the pdfcolor.
- Property 'magenta' : float
- The magenta of the pdfcolor.
- Property 'yellow' : float
- The yellow of the pdfcolor.
- Property 'key' : float
- The key of the pdfcolor.
- Property 'red' : float
- The red of the pdfcolor.
- Property 'blue' : float
- The blue of the pdfcolor.
- Property 'green' : float
- The green of the pdfcolor.
- Property 'gray' : float
- The gray of the pdfcolor.
- Property 'source' : string
- The source of the datasource.
Structure 'bordercolor'
This structure bordercolor was mentioned above. This structure has the following properties:
- Property 'hex' : string
- The hex of the pdfcolor.
- Property 'cyan' : float
- The cyan of the pdfcolor.
- Property 'magenta' : float
- The magenta of the pdfcolor.
- Property 'yellow' : float
- The yellow of the pdfcolor.
- Property 'key' : float
- The key of the pdfcolor.
- Property 'red' : float
- The red of the pdfcolor.
- Property 'blue' : float
- The blue of the pdfcolor.
- Property 'green' : float
- The green of the pdfcolor.
- Property 'gray' : float
- The gray of the pdfcolor.
- Property 'source' : string
- The source of the datasource.
Structure 'linewidth'
This structure linewidth was mentioned above. This structure has the following properties:
- Property 'value' : string
- The value of the string.
- Property 'source' : string
- The source of the datasource.
Structure 'status'
This structure status was mentioned above. This structure has the following properties:
- Property 'value' : string
- The value of the string.
- Property 'source' : string
- The source of the datasource.
Structure 'fitmethod'
This structure fitmethod was mentioned above. This structure has the following properties:
- Property 'value' : string
- The value of the string.
- Property 'source' : string
- The source of the datasource.
Structure 'pdfdocumentimageblock'
This structure pdfdocumentimageblock was mentioned above. This structure has the following properties:
- Property 'id' : string
- The ID of the documentblock.
- Property 'name' : string
- The name of the block.
- Property 'description' : string
- The description of the block.
- Property 'showborder' : boolean
- Should the border of the block be showed?.
- Property 'rotate' : DataSourceInt
- The rotation of the block.
- Property 'orientate' : DataSourceString
- The orientation of the content.
- Property 'position' : DataSourcePdfPosition
- The position of the block.
- Property 'boxsize' : DataSourcePdfBoxSize
- The box size of the block.
- Property 'refpoint' : DataSourcePdfRefPoint
- The ref point of the block.
- Property 'backgroundcolor' : DataSourcePdfColor
- The backgound color of the block.
- Property 'bordercolor' : DataSourcePdfColor
- The border color of the block.
- Property 'linewidth' : DataSourceString
- The linewidth of the block.
- Property 'status' : DataSourceString
- The status of the block.
- Property 'fitmethod' : DataSourceString
- The fitmethod of the block.
- Property 'condition' : string
- Get the javascript condition used to determine if the block is shown in the document