Enum graphics

DrawFlags

Namespace: Datalogics::PDFL

Values

DoLazyErase

Erase the page while rendering only as needed.

UseAnnotFaces

Draw annotation appearances.

IsPrinting

The page is being printed.

DisplayOverPrintPreview

Display overprint preview.

UseTrapAnnots

Use trap network annotations.

DirectlyImposed

Directly imposed page.

IsPSPrinting

PostScript printing.

EmitPageGroup

Emit a page group.

UsePrinterMarkAnnots

Use printer's mark annotations.

PassOPItoAGMPort

Pass open prepress interface (OPI) to AGM port.

PassMetadatatoAGMPort

Pass metadata to AGM port.

PassOCtoAGMPort

Pass optional content to AGM port.

DoNotDownloadFonts

Do not download fonts during rendering.

Use this flag to prevent fonts from being downloaded/named to the output. Active when writing GDI output, such as to a metafile or printer on Windows.

WritingToEMF

Indicate that the drawing is writing to an Enhanced MetaFile.

This prevents fonts from being downloaded, but may advise other flags in the future.

DoNotSubstituteWorkingSpaces

Do not substitute working spaces.

SwapComponents

Render colors in BGR order rather than RGB. It is only valid for calls to Page.DrawContents and only when outputing to an RGB colorspace.

SuppressRasterAlpha

Suppress raster alpha.

WorkingSpacesOnlyForChange

If this is set, only use a working space instead of a device space if the process color model of the target device is different than that of the source.

UseStampAnnotsOnly

If set, only consider Stamp annotations. This overrides UseAnnotFaces.

ForceGDIPort

If set, this forces the window draw code to attempt to use GDI instructions internally instead of assuming the incoming Platform device context contains enough information to allow APDFL to make a useful determination. Only honored on Windows. Useful when drawing to a window during print preview, when the supplied hDC is for the screen and does not allow APDFL to adequately instantiate drawing bounds.

IsPrintPreviewing

Same as ForceGDIPort.

OptimizeForInteractive