function vvDocViewState(F,G,D,C,B,E){this.documentId=F;this.pageCount=D;this.pageNumber=C;this.documentModel=G;this.tabNumber=B;this.closedTab=false;this.layerNames=[];this.rotationArray=new Array(D);this.flipHorizontalArray=new Array(D);this.flipVerticalArray=new Array(D);this.invertImageArray=new Array(D);this.zoomArray=new Array(D);this.zoomModeArray=new Array(D);this.annotationLayers=new Array(D);this.scrollLeft=new Array(D);this.scrollTop=new Array(D);var A=0;for(A=0;A<D;A+=1){this.rotationArray[A]=0;this.flipHorizontalArray[A]=false;this.flipVerticalArray[A]=false;this.invertImageArray[A]=false;this.zoomArray[A]=100;this.zoomModeArray[A]=E;this.annotationLayers[A]=null;this.scrollLeft[A]=null;this.scrollTop[A]=null}}vvDocViewState.prototype.getTabNumber=function(){return this.tabNumber};vvDocViewState.prototype.getClosedTab=function(){return this.closedTab};vvDocViewState.prototype.getDocumentId=function(){return this.documentId};vvDocViewState.prototype.getDocumentModel=function(){return this.documentModel};vvDocViewState.prototype.getPageCount=function(){return this.pageCount};vvDocViewState.prototype.getPageNumber=function(){return this.pageNumber};vvDocViewState.prototype.getLayerNames=function(){return this.layerNames};vvDocViewState.prototype.getRotationForPage=function(A){return this.rotationArray[A]};vvDocViewState.prototype.getHorizontalFlipForPage=function(A){return this.flipHorizontalArray[A]};vvDocViewState.prototype.getVerticalFlipForPage=function(A){return this.flipVerticalArray[A]};vvDocViewState.prototype.getInvertImageForPage=function(A){return this.invertImageArray[A]};vvDocViewState.prototype.getZoomForPage=function(A){return this.zoomArray[A]};vvDocViewState.prototype.getZoomModeForPage=function(A){return this.zoomModeArray[A]};vvDocViewState.prototype.getLayersForPage=function(A){return this.annotationLayers[A]};vvDocViewState.prototype.getScrollLeftForPage=function(A){return this.scrollLeft[A]};vvDocViewState.prototype.getScrollTopForPage=function(A){return this.scrollTop[A]};vvDocViewState.prototype.setTabNumber=function(A){this.tabNumber=A};vvDocViewState.prototype.setClosedTab=function(A){this.closedTab=A};vvDocViewState.prototype.setDocumentModel=function(A){this.documentModel=A};vvDocViewState.prototype.setPageCount=function(A){this.pageCount=A};vvDocViewState.prototype.setPageNumber=function(A){this.pageNumber=A};vvDocViewState.prototype.setLayerNames=function(A){this.layerNames=A};vvDocViewState.prototype.setRotationForPage=function(A,B){this.rotationArray[A]=B};vvDocViewState.prototype.setHorizontalFlipForPage=function(A,B){this.flipHorizontalArray[A]=B};vvDocViewState.prototype.setVerticalFlipForPage=function(A,B){this.flipVerticalArray[A]=B};vvDocViewState.prototype.setInvertImageForPage=function(A,B){this.invertImageArray[A]=B};vvDocViewState.prototype.setZoomForPage=function(A,B){this.zoomArray[A]=B};vvDocViewState.prototype.setZoomModeForPage=function(A,B){this.zoomModeArray[A]=B};vvDocViewState.prototype.setLayersForPage=function(A,B){this.annotationLayers[A]=B};vvDocViewState.prototype.setScrollLeftForPage=function(A,B){this.scrollLeft[A]=B};vvDocViewState.prototype.setScrollTopForPage=function(A,B){this.scrollTop[A]=B};
