Jump to: navigation, search

Difference between revisions of "SYSCLS AUTO ZOOM CLASSIFICATION"


(Created page with "{{ClassificationInfoBox | title = Auto zoom classification | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification.Document | purpose = Initialize zoom le...")
 
Line 8: Line 8:
 
| id = {3F6FC476-7C18-4212-A4F7-9A41821EBCD6}
 
| id = {3F6FC476-7C18-4212-A4F7-9A41821EBCD6}
 
}}
 
}}
An object classified by  SYSCLS_SCAN_AUTO_ZOOM_CLASSIFICATION can be used to initialize auto zoom levels.
+
The automatic zoom is applied for every document classified by  SYSCLS_SCAN_AUTO_ZOOM_CLASSIFICATION as soon as it is opened in the document viewer. Currently the auto zoom is only supported for pdf documents.
  
  
Line 21: Line 21:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| INITIAL_ZOOM_LEVEL || {{String}} || initialize zoom levels
+
| INITIAL_ZOOM_LEVEL || {{String}} || initialize zoom level in %
 
|}
 
|}
  

Revision as of 13:47, 7 December 2023

IC CLASSIFICATION.gif Auto zoom classification
Name SYSCLS_AUTO_ZOOM_CLASSIFICATION
Inheritance -
Namespace System.Classification.Document
ID {3F6FC476-7C18-4212-A4F7-9A41821EBCD6}
Purpose Initialize zoom level
Version 4.6+

The automatic zoom is applied for every document classified by SYSCLS_SCAN_AUTO_ZOOM_CLASSIFICATION as soon as it is opened in the document viewer. Currently the auto zoom is only supported for pdf documents.




MetaProperties

Name Data type Comment
INITIAL_ZOOM_LEVEL String initialize zoom level in %


See also