Click or drag to resize
PageData Class
Define a metadata for a page
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientPageData

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class PageData

The PageData type exposes the following members.

Constructors
  NameDescription
Public methodPageData
Initializes a new instance of the PageData class
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.
Top
Remarks