Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Forms.Auto Namespace > PageRequestCallbackData Class : Page Property |
public RasterImage Page {get; set;}
'Declaration Public Property Page As RasterImage
'Usage Dim instance As PageRequestCallbackData Dim value As RasterImage instance.Page = value value = instance.Page
public: property RasterImage^ Page { RasterImage^ get(); void set ( RasterImage^ value); }