Skip to main content

class Wacom::Kiosk::Message::Shared::OpenDocumentPageMessage

class Wacom::Kiosk::Message::Shared::OpenDocumentPageMessage
: public Wacom.Kiosk.Message.Shared.AbstractDocumentMessage

Message to open a document on the tablet screen.

Summary

MembersDescriptions
{property} string ThumbnailImagesStringGets the thumbnail images string.
{property} Page PageGets the page.
{property} int ThumbnailPagesCountGets the thumbnail pages count.
{property} int DocumentPagesCount
{property} string SelectAcroField
public inline OpenDocumentPageMessage(KioskClient sender)
public inline OpenDocumentPageMessage WithDefinition(string XAML)Fluent sets the definition.
public inline OpenDocumentPageMessage WithThumbnails(string thumbnailImagesString,int thumbnailPages)Fluent sets the thumbnails.
public inline OpenDocumentPageMessage ForDocumentPage(Page page,int documentPagesCount)Fluent sets the document page.
public inline OpenDocumentPageMessage AtSelectedAcroField(string fieldName)Sets the AcroField to scroll to and select
public inline virtual override void Validate()Validates this instance.

Members

{property} string ThumbnailImagesString

Gets the thumbnail images string.

The thumbnail images string.

{property} Page Page

Gets the page.

The page.

{property} int ThumbnailPagesCount

Gets the thumbnail pages count.

The thumbnail pages count.

{property} int DocumentPagesCount

{property} string SelectAcroField

public inline OpenDocumentPageMessage(KioskClient sender)

public inline OpenDocumentPageMessage WithDefinition(string XAML)

Fluent sets the definition.

Parameters

  • XAML The xaml.

Returns

public inline OpenDocumentPageMessage WithThumbnails(string thumbnailImagesString,int thumbnailPages)

Fluent sets the thumbnails.

Parameters

  • thumbnailImagesString The thumbnail images string.

  • thumbnailPages The thumbnail pages.

Returns

public inline OpenDocumentPageMessage ForDocumentPage(Page page,int documentPagesCount)

Fluent sets the document page.

Parameters

  • page The page.

Returns

public inline OpenDocumentPageMessage AtSelectedAcroField(string fieldName)

Sets the AcroField to scroll to and select

Parameters

  • fieldName

Returns

public inline virtual override void Validate()

Validates this instance.

Exceptions

  • NullReferenceException