Skip to main content

class Wacom::Kiosk::Pdf::Shared::Page

Summary

MembersDescriptions
{property} List< AcroField>AcroFieldsGets the acro fields.
{property} BitmapImage PageImageGets the page image.
{property} string PageImageStringGets or sets the page image.
{property} int WidthGets or sets the width.
{property} int HeightGets or sets the height.
{property} int NumberGets the number.
{property} double ScaleFactorGets the scale factor.
public inline Page(string pageImageString,int width,int height,int number,double scaleFactor)Initializes a new instance of the Page class.
public inline Page(string pageImageString,int width,int height,int number,double scaleFactor,List< AcroField > acroFields)Initializes a new instance of the Page class.

Members

{property} List< AcroField>AcroFields

Gets the acro fields.

The acro fields.

{property} BitmapImage PageImage

Gets the page image.

The page image.

{property} string PageImageString

Gets or sets the page image.

The page 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 the number.

The number.

{property} double ScaleFactor

Gets the scale factor.

The scale factor.

public inline Page(string pageImageString,int width,int height,int number,double scaleFactor)

Initializes a new instance of the Page class.

Parameters

  • pageImage The page image.

  • width The width.

  • height The height.

  • number The number.

  • scaleFactor The scale factor.

public inline Page(string pageImageString,int width,int height,int number,double scaleFactor,List< AcroField > acroFields)

Initializes a new instance of the Page class.

Parameters

  • pageImage The page image.

  • width The width.

  • height The height.

  • number The number.

  • scaleFactor The scale factor.

  • acroFields The acro fields.