PDFIMPORTOPTIONS
Turns on various options for importing .pdf data during the PDF In command. The setting is a bitcode and can be any combination of the following:
0 = All options are turned off.
1 = TrueType text is imported as geometry.
2 = Text with an invalid TrueType font is imported as polylines and solid-filled hatches. An invalid TrueType font is one that contains no information about Unicode representation. If turned off, invalid TrueType text is not imported.
4 = Clipping is enabled during the import.
8 = Border clipping is enabled during the import.
16 = Text entities that use the same font and are on the same line are combined.
32 = Transparency from the source file is retained. If turned off, transparency for entities that are imported as solid-filled areas is set to 50%.
64 = Geometry optimization is enabled.
128 = Text entities that use Type3 fonts are imported as TrueType text.
256 = Colors that are used in the source file are converted to RGB colors. If turned off, the color palette from the source file is used.
Type: Integer
Saved: In the registry
Range: 0 to 511
Default: 0