class Wacom::Kiosk::Pdf::Shared::JsonPage
Summary
| Members | Descriptions |
|---|---|
{property} string Base64Image | Gets or sets the base64 image. |
{property} int Width | Gets or sets the width. |
{property} int Height | Gets or sets the height. |
{property} int Number | Gets or sets the number. |
{property} double ScaleFactor | Gets or sets the scale factor. |
{property} List< JsonAcrofield>Acrofields | Gets or sets the acrofields. |
public inline JsonPage() | Initializes a new instance of the JsonPage class. |
Members
{property} string Base64Image
Gets or sets the base64 image.
The base64 image.
{property} int Width
Gets or sets the width.
The width.
{property} int Height
Gets or sets the height.
The height.
{property} int Number
Gets or sets the number.
The number.
{property} double ScaleFactor
Gets or sets the scale factor.
The scale factor.
{property} List< JsonAcrofield>Acrofields
Gets or sets the acrofields.
The acrofields.
public inline JsonPage()
Initializes a new instance of the JsonPage class.