SvgLoadOptions Class |
Namespace: Aspose.Pdf
The SvgLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SvgLoadOptions | Initializes a new instance of the SvgLoadOptions class |
Name | Description | |
---|---|---|
![]() | AdjustPageSize |
Adust pdf page size to svg size
|
![]() | LoadFormat |
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.) |
![]() | PageInfo |
Gets or sets page info that should be applied during loading of document.
NOTE that this parameter only works when ConversionEngine == ConversionEngines.NewEngine
|
![]() | WarningHandler |
Callback 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.
(Inherited from LoadOptions.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ConversionEngine |
Allows 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
|