Skip to main content

class Wacom::Kiosk::Pdf::Shared::JsonPage

Summary

MembersDescriptions
{property} string Base64ImageGets or sets the base64 image.
{property} int WidthGets or sets the width.
{property} int HeightGets or sets the height.
{property} int NumberGets or sets the number.
{property} double ScaleFactorGets or sets the scale factor.
{property} List< JsonAcrofield>AcrofieldsGets 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.