CgmLoadOptions

CgmLoadOptions class

Contains options for loading/importing CGM file into pdf document.

The CgmLoadOptions type exposes the following members:

Constructors

NameDescription
CgmLoadOptions()Creates default load options for converting CGM file into pdf document.
Default pdf page size - A4 300dpi 2480 X 3508.
CgmLoadOptions(page_size)Initializes a new instance of the CgmLoadOptions class

Properties

NameDescription
warning_handlerCallback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
load_formatRepresents file format which LoadOptions describes.
page_sizeGets or sets output page size for import.

See Also