MKI_PRINTPDF_FLAG_* (Print PDF Flag) Changed in Version 2022.1 |
www.CAD6.com |
Determines specific PDF export options. A bit-wise OR combination of the following values:
MKI_PRINTPDF_FLAG_DEFAULT Default export mode (standard PDF with layers).
MKI_PRINTPDF_FLAG_LAYERS Layer information will be written to the PDF file.
MKI_PRINTPDF_FLAG_ANONYMIZE Layer information will be anonymized, i.e. layer numbers will be written instead of layer names. Only used if MKI_PRINTPDF_FLAG_LAYERS is set.
MKI_PRINTPDF_FLAG_ALLLAYERS New in Version 2012.1 All objects will be written to the PDF file, no matter if the layer is to be printed or not. Each layer will have separate settings for viewing and printing (like the screen and output settings in the serving application). Only used if MKI_PRINTPDF_FLAG_LAYERS is set.
MKI_PRINTPDF_FLAG_NO_PRINT Disallows printing of the PDF file.
MKI_PRINTPDF_FLAG_NO_COPY Disallows copying of PDF file content to the clipboard.
MKI_PRINTPDF_FLAG_NO_MODIFY Disallows modification of PDF file content.
MKI_PRINTPDF_FLAG_VIEW The PDF file will be displayed after its creation using the system's default PDF viewer.
MKI_PRINTPDF_FLAG_OVERPRINT New in Version 2017.1 Black texts will be marked as "overprinted" (only for color models CMYK and Gray).
MKI_PRINTPDF_FLAG_REPORTRGB New in Version 2021.0 Any use of non-CMYK and non-gray colors will be reported
MKI_PRINTPDF_FLAG_CLIPPING New in Version 2021.1 All curves and surfaces will be clipped against the respective page's frame to avoid problems with huge coordinate ranges and/or extremely small line patterns. This option will take a significant amount of extra time. Activate this option only if absolutely necessary!
MKI_PRINTPDF_FLAG_GAMMA New in Version 2022.1 The gamma color correction Gamma value will be applied to all output data (objects, texts, and bitmaps alike).
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH