class Wacom::Kiosk::Pdf::Shared::Page
Summary
| Members | Descriptions |
|---|---|
{property} List< AcroField>AcroFields | Gets the acro fields. |
{property} BitmapImage PageImage | Gets the page image. |
{property} string PageImageString | Gets or sets the page image. |
{property} int Width | Gets or sets the width. |
{property} int Height | Gets or sets the height. |
{property} int Number | Gets the number. |
{property} double ScaleFactor | Gets 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
-
pageImageThe page image. -
widthThe width. -
heightThe height. -
numberThe number. -
scaleFactorThe 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
-
pageImageThe page image. -
widthThe width. -
heightThe height. -
numberThe number. -
scaleFactorThe scale factor. -
acroFieldsThe acro fields.