Enums  SOLVED

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
AteBe
User
Posts: 63
Joined: Thu Dec 06, 2018 7:02 am

Enums

Post by AteBe »

Hallo,
I would like to set the properties PageRendering.SynchMode, PageRendering.TextHintMode, PageRendering.StrokeAdjust and PageRendering.BlendingCS in the code.
Unfortunately, I can not find the corresponding Enums for the individual values.
Can you please tell me the correkt values?
Thank you
AteBe
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Enums  SOLVED

Post by Sasha - Tracker Dev Team »

Hello AteBe,

SyncMode:
0 - Auto,
1 - Off,
2 - On

TextHintMode:
0 - Auto,
1 - Disabled,
2 - Enabled

StrokeAdjust:
0 - Auto
1 - ForceOff
2 - ForceOn

BlendingCS:

0 - Auto,
1 - RGB
2 - CMYK
3 - Gray

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply