GET api/EO_CertificatePdf

Request Information

URI Parameters

None.

Body Parameters

Collection of byte

Request Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Byte[]'.

Response Information

Resource Description

AcmImage
NameDescriptionTypeAdditional information
Image

Image

None.

ScaleX

decimal number

None.

ScaleY

decimal number

None.

Style

AcmStyle

None.

StyleName

string

None.

StyleSheet

Collection of Object

None.

Parent

AcmContent

None.

Children

Collection of Object

None.

PrevSibling

AcmContent

None.

NextSibling

AcmContent

None.

Tag

Object

None.

IsBlock

boolean

None.

IsInline

boolean

None.

Block

AcmBlock

None.

BlockParent

AcmBlock

None.

Response Formats

application/json, text/json

Sample:
{
  "Image": null,
  "ScaleX": 1.1,
  "ScaleY": 2.1,
  "Style": {
    "Name": null,
    "FontName": null,
    "FontSize": null,
    "FontStyle": null,
    "Border": {
      "Left": {
        "Style": 0,
        "Color": "",
        "Width": 0.0
      },
      "Top": {
        "Style": 0,
        "Color": "",
        "Width": 0.0
      },
      "Right": {
        "Style": 0,
        "Color": "",
        "Width": 0.0
      },
      "Bottom": {
        "Style": 0,
        "Color": "",
        "Width": 0.0
      },
      "IsNone": true,
      "IsEmpty": true
    },
    "Margin": {
      "Left": 0.0,
      "Top": 0.0,
      "Right": 0.0,
      "Bottom": 0.0,
      "All": 0.0,
      "Horizontal": 0.0,
      "Vertical": 0.0,
      "IsEmpty": true
    },
    "Padding": {
      "Left": 0.0,
      "Top": 0.0,
      "Right": 0.0,
      "Bottom": 0.0,
      "All": 0.0,
      "Horizontal": 0.0,
      "Vertical": 0.0,
      "IsEmpty": true
    },
    "Left": null,
    "Top": null,
    "Width": null,
    "Height": null,
    "LineHeight": null,
    "BackgroundColor": "",
    "ForegroundColor": "",
    "WordSpacing": null,
    "ParagraphSpacing": null,
    "OffsetX": null,
    "OffsetY": null,
    "HorizontalAlign": null,
    "VerticalAlign": null
  },
  "StyleName": "sample string 3",
  "StyleSheet": null,
  "Parent": null,
  "Children": [],
  "PrevSibling": null,
  "NextSibling": null,
  "Tag": {},
  "IsBlock": false,
  "IsInline": true,
  "Block": null,
  "BlockParent": null
}