IDocumentContainer.cs 237 B

12345678910
  1. namespace QuestPDF.Infrastructure
  2. {
  3. /// <summary>
  4. /// Represents the primary container encapsulating the entire content of the document.
  5. /// </summary>
  6. public interface IDocumentContainer
  7. {
  8. }
  9. }