Replies: 1 comment
-
The Do you need more control over these options? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do not find a way to set
dTextAlphaBits
anddGraphicsAlphaBits
properties while converting PDF to Image.The
PdfReadDefines
class has five properties butdTextAlphaBits
anddGraphicsAlphaBits
are missing among them. It also hasIEnumerable<IDefine> Defines
property which is read-only and I can't add my own defines. ThePdfReadDefines
inherit from DefinesCreator where I find some create defines method but unfortunately these properties are protected.
Beta Was this translation helpful? Give feedback.
All reactions