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

DomCR / ACadSharp / 16398608965

20 Jul 2025 09:50AM UTC coverage: 74.718% (-0.3%) from 75.043%
16398608965

Pull #715

github

web-flow
Merge 7702a1e13 into 402a39408
Pull Request #715: Issue 712 pdfunderlay writer

5873 of 8639 branches covered (67.98%)

Branch coverage included in aggregate %.

111 of 253 new or added lines in 18 files covered. (43.87%)

40 existing lines in 3 files now uncovered.

23382 of 30515 relevant lines covered (76.62%)

80843.38 hits per line

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

0.0
/src/ACadSharp/Entities/PdfUnderlay.cs
1
using ACadSharp.Attributes;
2
using ACadSharp.Objects;
3
using ACadSharp.Objects.Collections;
4

5
namespace ACadSharp.Entities
6
{
7
        /// <summary>
8
        /// Represents a <see cref="PdfUnderlay"/> entity.
9
        /// </summary>
10
        /// <remarks>
11
        /// Object name <see cref="DxfFileToken.EntityPdfUnderlay"/> <br/>
12
        /// Dxf class name <see cref="DxfSubclassMarker.Underlay"/>
13
        /// </remarks>
14
        [DxfName(DxfFileToken.EntityPdfUnderlay)]
15
        [DxfSubClass(DxfSubclassMarker.Underlay)]
16
        public class PdfUnderlay : UnderlayEntity<PdfUnderlayDefinition>
17
        {
18
                /// <inheritdoc/>
NEW
19
                public override string ObjectName => DxfFileToken.EntityPdfUnderlay;
×
20

21
                /// <inheritdoc/>
UNCOV
22
                public override ObjectType ObjectType => ObjectType.UNLISTED;
×
23

24
                /// <inheritdoc/>
NEW
25
                public PdfUnderlay(PdfUnderlayDefinition definition) : base(definition) { }
×
26

NEW
27
                internal PdfUnderlay()
×
NEW
28
                {
×
NEW
29
                }
×
30

31
                protected override ObjectDictionaryCollection<PdfUnderlayDefinition> getDocumentCollection(CadDocument document)
NEW
32
                {
×
NEW
33
                        return document.PdfDefinitions;
×
NEW
34
                }
×
35
        }
36
}
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