PageData MembersDocuWare Platform .NET API
The PageData type exposes the following members.
Constructors

  NameDescription
Public methodPageData
Initializes a new instance of the PageData class
Back to Top
Properties

  NameDescription
Public propertyContentArea
Gets or sets the area of the content of the page.
Public propertyDpiX
Gets the horizontal resolution of a page image. In case of vector images this is the maximal resolution which can be rendered.
Public propertyDpiY
Gets the vertical resolution of a page image. In case of vector images this is the maximal resolution which can be rendered.
Public propertyHeight
Gets the vertical size of a page image in pixels. In case of vector images this is the maximal pixel height which can be rendered.
Public propertyLowQualitySize
Gets or sets the low quality level.
Public propertyRenderedImageFormat
Gets or sets the preferred format this page is rendered.
Public propertyTileSize
Gets or sets the recommented size of multi scale image tiles.
Public propertyWidth
Gets the horizontal size of a page image in pixels. In case of vector images this is the maximal pixel width which can be rendered.
Back to Top
See Also