ImageGear PDF v25.2 - Updated
ImGearPageView Class
Members 




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearPageView Class
A control for displaying an image within a form.
Object Model
ImGearPageView ClassImGearPageDisplay ClassImGearScrollBarIncrement ClassImGearScrollBarIncrement ClassImGearPage ClassImGearScrollBarIncrement ClassImGearScrollBarIncrement Class
Syntax
'Declaration
 
<DesignerAttribute("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)>
<DesignerCategoryAttribute("UserControl")>
<DefaultEventAttribute("Load")>
<DefaultPropertyAttribute("Text")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class ImGearPageView 
   Inherits System.Windows.Forms.UserControl
   Implements ImageGear.Display.IImGearScrollableView 
'Usage
 
Dim instance As ImGearPageView
[Designer("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[DesignerCategory("UserControl")]
[DefaultEvent("Load")]
[DefaultProperty("Text")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class ImGearPageView : System.Windows.Forms.UserControl, ImageGear.Display.IImGearScrollableView  
[Designer("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[DesignerCategory("UserControl")]
[DefaultEvent("Load")]
[DefaultProperty("Text")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public __gc class ImGearPageView : public System.Windows.Forms.UserControl, ImageGear.Display.IImGearScrollableView  
[Designer("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[DesignerCategory("UserControl")]
[DefaultEvent("Load")]
[DefaultProperty("Text")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public ref class ImGearPageView : public System.Windows.Forms.UserControl, ImageGear.Display.IImGearScrollableView  
Remarks
This is the page view control, used for displaying an image within a form. It encapsulates paint handling, although it offers some ways to customize the painting process.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     ImageGear.Windows.Forms.ImGearPageView

See Also

Reference

ImGearPageView Members
ImageGear.Windows.Forms Namespace

Is this page helpful?
Yes No
Thanks for your feedback.