SvgLoadOptions

SvgLoadOptions class

Represents options for loading/importing SVG file into pdf document.

The SvgLoadOptions type exposes the following members:

Constructors

NameDescription
SvgLoadOptions()Initializes a new instance of the SvgLoadOptions 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_infoGets or sets page info that should be applied during loading of document.
NOTE that this parameter only works when ConversionEngine == ConversionEngines.NewEngine
adjust_page_sizeAdust pdf page size to svg size
conversion_engineAllows select conversion engine that will be in use during conversion.
Currently new engine is in B-testing stage, so this value by default set to
ConversionEngines.LegacyEngine

See Also