combit List & Label 30 - .NET Help
combit.Reporting.Dom Namespace / PropertyPaper Class
Members Example


PropertyPaper Class
Gets or sets the paper properties (e.g. extent, printable area etc.).
Object Model
PropertyPaper ClassPropertySize ClassPropertyPrintableArea Class
Syntax
'Declaration
 
Public Class PropertyPaper 
   Inherits DomItem
 
Example
//Get the page coordinates of the first page
Size pageExtend = proj.Regions[0].First.Paper.Extent.Get();

//Set the text object's properties
llobjText.Position.Set(10000, 10000, pageExtend.Width - 65000, 27000);
Inheritance Hierarchy

System.Object
   combit.Reporting.Dom.DomItem
      combit.Reporting.Dom.PropertyPaper

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also