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
| Members | Descriptions |
|---|---|
{property} string ThumbnailImagesString | Gets the thumbnail images string. |
{property} Page Page | Gets the page. |
{property} int ThumbnailPagesCount | Gets 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
XAMLThe xaml.
Returns
public inline OpenDocumentPageMessage WithThumbnails(string thumbnailImagesString,int thumbnailPages)
Fluent sets the thumbnails.
Parameters
-
thumbnailImagesStringThe thumbnail images string. -
thumbnailPagesThe thumbnail pages.
Returns
public inline OpenDocumentPageMessage ForDocumentPage(Page page,int documentPagesCount)
Fluent sets the document page.
Parameters
pageThe 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