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


In This Topic
    PropertyPaper Class
    In This Topic
    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
    public class PropertyPaper : DomItem 
    public ref class PropertyPaper : public 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 7, .NET 8

    See Also