PaperSettingsData Class

Represents a template for returning a PaperSettings through the REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class PaperSettingsData : BaseDataContract

The PaperSettingsData type exposes the following members.

Constructors
  NameDescription
Public methodPaperSettingsData
Initializes a new instance of the PaperSettingsData class.
Top
Properties
  NameDescription
Public propertyHeight
Gets or sets the height of the paper.
Public propertyMarginBottom
Gets or sets size of the bottom page margin.
Public propertyMarginLeft
Gets or sets size of the left page margin.
Public propertyMarginRight
Gets or sets size of the right page margin.
Public propertyMarginTop
Gets or sets size of the top page margin.
Public propertyOrientation
Gets or sets the paper orientation.
Public propertySize
Gets or sets the height of the paper.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUnit
Gets or sets unit the page dimensions are specified in.
Public propertyWidth
Gets or sets the width of the paper.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between PaperSettingsData and PaperSettings.
Public methodStatic memberToDataContractMappings
The mapping between PaperSettings and PaperSettingsData.
Top
See Also