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 Oct 24, 2023
1 parent 979b9ad commit a1984d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/model/metafileRenderingOptionsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ export class MetafileRenderingOptionsData implements ModelInterface {
baseName: "EmulateRenderingToSizeOnPage",
type: "boolean",
},
{
name: "emulateRenderingToSizeOnPageResolution",
baseName: "EmulateRenderingToSizeOnPageResolution",
type: "number",
},
{
name: "renderingMode",
baseName: "RenderingMode",
Expand Down Expand Up @@ -90,6 +95,13 @@ export class MetafileRenderingOptionsData implements ModelInterface {
*/
public emulateRenderingToSizeOnPage: boolean;

/**
* Gets or sets the resolution in pixels per inch for the emulation of metafile rendering to the size on page.
* This option is used only when EmulateRenderingToSizeOnPage is set to true.The default value is 96. This is a default display resolution. I.e. metafile rendering will emulate the display of
* the metafile in MS Word with a 100% zoom factor.
*/
public emulateRenderingToSizeOnPageResolution: number;

/**
* Gets or sets the option that controls how metafile images should be rendered.
*/
Expand Down

0 comments on commit a1984d7

Please sign in to comment.