We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138085 commit 5847879Copy full SHA for 5847879
tests/Magick.NET.Tests/Formats/Pdf/PdfReadDefinesTests/TheConstructor.cs
@@ -21,7 +21,6 @@ public void ShouldNotSetAnyDefine()
21
Assert.Null(image.Settings.GetDefine(MagickFormat.Pdf, "fit-page"));
22
Assert.Null(image.Settings.GetDefine(MagickFormat.Pdf, "hide-annotations"));
23
Assert.Null(image.Settings.GetDefine(MagickFormat.Pdf, "interpolate"));
24
- Assert.Null(image.Settings.GetDefine(MagickFormat.Pdf, "no-identifier"));
25
Assert.Null(image.Settings.GetDefine(MagickFormat.Pdf, "use-cropbox"));
26
Assert.Null(image.Settings.GetDefine(MagickFormat.Pdf, "use-trimbox"));
27
}
0 commit comments