PaperSettingsUnit Property  | 
 
            Gets or sets unit the page dimensions are specified in.
            
 
    Namespace: 
   Dundas.BI.Print
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic PaperUnit Unit { get; set; }Public Property Unit As PaperUnit
	Get
	Set
public:
property PaperUnit Unit {
	PaperUnit get ();
	void set (PaperUnit value);
}member Unit : PaperUnit with get, set
Property Value
Type: 
PaperUnit
See Also