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
dTextAlphaBitsanddGraphicsAlphaBitsproperties while converting PDF to Image.The
PdfReadDefinesclass has five properties butdTextAlphaBitsanddGraphicsAlphaBitsare missing among them. It also hasIEnumerable<IDefine> Definesproperty which is read-only and I can't add my own defines. ThePdfReadDefinesinherit from DefinesCreator where I find some create defines method but unfortunately these properties are protected.
Beta Was this translation helpful? Give feedback.
All reactions