The filename _test.pdf[99]_ will throw an argument exception if the file test.pdf exists.
Comments: ** Comment from web user: Lionsitaly **
Comments: ** Comment from web user: Lionsitaly **
I try it but if I set FrameCount =1 give me error:
FrameError is not supported for MagickImage this is the code snippet:
Dim settings As MagickReadSettings = New MagickReadSettings()
settings.FrameIndex = 1
settings.Density = 300
settings.FrameCount = 1
img2.Read(sImage, settings)
FrameIndex look working but is not immediate understand that index start from 0 .
I think still load all pages .
I am using Magick.NET-6.8.6.601-Q8-x86-net20 .