ImageGear .NET v24.12 - Updated
PageViewState class Members

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : PageViewState class

The following tables list the members exposed by PageViewState.

Public Constructors
 NameDescription
public Constructor  
Top
Public Fields
 NameDescription
public FieldThe object containing ART marks to display on the page. If you specify a value for both this property and artPageJson, the PageView.openPage function will ignore artPageJson.  
public FieldA string containing ART marks (in JSON format) to display on the page. If you specify a value for both this property and artPage, the PageView.openPage function will ignore this property.  
public FieldThe identifier of a document.  
public FieldThe identifier of a document, encoded using a form of base64 encoding.  
public FieldThe page index of a page in a multi-page document. The first page in a file is index 0.  
public FieldThe fit type for the page.  
public FieldA flag indicating whether the page should be mirrored. If you want to flip the page instead of mirror it, simply add 180 degrees to viewRotationDegreesClockwise and toggle this value.  
public FieldThe rectangle to display in the viewer if viewFitType is set to Rectangle. If viewFitType is not Rectangle then you can omit this value.  
public FieldThe amount of rotation to apply to the page. Valid values are 0 (or do not provide a value), 90, 180, 270, -90, -180, or -270.  
Top
See Also

Reference

PageViewState class
ImageGear.Web.UI Namespace