Skip to content

Commit

Permalink
SDK regenerated by CI server [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dynabic-billing-team committed Sep 5, 2023
1 parent ff2f268 commit 4be8537
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/model/metafileRenderingOptionsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ export class MetafileRenderingOptionsData implements ModelInterface {
baseName: "EmulateRasterOperations",
type: "boolean",
},
{
name: "emulateRenderingToSizeOnPage",
baseName: "EmulateRenderingToSizeOnPage",
type: "boolean",
},
{
name: "renderingMode",
baseName: "RenderingMode",
type: "MetafileRenderingOptionsData.RenderingModeEnum",
},
{
name: "scaleWmfFontsToMetafileSize",
baseName: "ScaleWmfFontsToMetafileSize",
type: "boolean",
},
{
name: "useEmfEmbeddedToWmf",
baseName: "UseEmfEmbeddedToWmf",
Expand All @@ -84,15 +84,15 @@ export class MetafileRenderingOptionsData implements ModelInterface {
public emulateRasterOperations: boolean;

/**
* Gets or sets the option that controls how metafile images should be rendered.
* Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on page
* or the display of the metafile in its default size.
*/
public renderingMode: MetafileRenderingOptionsData.RenderingModeEnum;
public emulateRenderingToSizeOnPage: boolean;

/**
* Gets or sets a value indicating whether to scale fonts in WMF metafile according to metafile size on the page.
* The default value is true.
* Gets or sets the option that controls how metafile images should be rendered.
*/
public scaleWmfFontsToMetafileSize: boolean;
public renderingMode: MetafileRenderingOptionsData.RenderingModeEnum;

/**
* Gets or sets the flag, that controls how WMF metafiles with embedded EMF metafiles should be rendered.
Expand Down

0 comments on commit 4be8537

Please sign in to comment.