SOAP API method PdfTemplateImageBlock_page
Description
The page where the block belongs to.
Parameters
- Parameter 'id' : string
- Unique identifier (id) of the object PdfTemplateImageBlock. The method only applies to the pdftemplateimageblock with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'pdftemplatepage' : Structure of type 'pdftemplatepage'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'pdftemplatepage'
This structure pdftemplatepage was mentioned above. This structure has the following properties:
- Property 'width' : int
- The width of the templatepage.
- Property 'height' : int
- The height of the templatepage.
- Property 'blockcount' : int
- The number of blocks in the templatepage.
- Property 'id' : int
- The ID of the template page.
- Property 'pagenumber' : int
- The pagenumber of the page.