• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DomCR / ACadSharp.Pdf / 14305897173

07 Apr 2025 09:38AM UTC coverage: 2.035% (-73.9%) from 75.959%
14305897173

push

github

DomCR
version 0.1.0-beta

125 of 8279 branches covered (1.51%)

Branch coverage included in aggregate %.

648 of 29704 relevant lines covered (2.18%)

4.64 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/ACadSharp.Pdf/PdfDocument.cs
1
using System.Drawing;
2
using ACadSharp.Pdf.Core;
3

4
namespace ACadSharp.Pdf
5
{
6
        public class PdfDocument
7
        {
8
                public PdfInformation Information { get; } = new PdfInformation();
×
9

10
                public PdfCatalog Catalog { get; }
×
11

12
                public PdfPages Pages { get; } = new();
×
13

14
                public PdfDocument()
×
15
                {
×
16
                        this.Catalog = new PdfCatalog(this);
×
17
                }
×
18
        }
19
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc