mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-01-07 12:04:37 +08:00
ci new namespace file scope unsupported
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
namespace UglyToad.PdfPig;
|
||||
|
||||
using Logging;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/// <summary>
|
||||
/// <see cref="ParsingOptions"/> but without being a public API/
|
||||
/// </summary>
|
||||
internal class InternalParsingOptions
|
||||
namespace UglyToad.PdfPig
|
||||
{
|
||||
using Logging;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/// <summary>
|
||||
/// <see cref="ParsingOptions"/> but without being a public API/
|
||||
/// </summary>
|
||||
internal class InternalParsingOptions
|
||||
{
|
||||
public IReadOnlyList<string> Passwords { get; }
|
||||
|
||||
public bool UseLenientParsing { get; }
|
||||
@@ -31,4 +31,5 @@ internal class InternalParsingOptions
|
||||
SkipMissingFonts = skipMissingFonts;
|
||||
Logger = logger;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user