TfrxPDFEncBits

Hello,

I'm using the Fast Reports edition which comes with Delphi Tokyo our of the box.
I'd like to create PDF files, which works but I also want to use options from TfrxPDFEncBits.

Unfortunately I do not see the definition of those anywhere and the IDE is of no help either.
Since I don't have the source I cannot look up the definition and it is not listed in any of the available manuals.

Can anybody please tell me the definition of this type?

Best regards

Markus

Comments

  • gpigpi
    edited 9:55PM
      TfrxPDFEncBit = (ePrint, eModify, eCopy, eAnnot);
      TfrxPDFEncBits = set of TfrxPDFEncBit;
    
  • edited 9:55PM
    Thanks!!!

Leave a Comment