'Declaration
<DefaultValueAttribute()>
<CategoryAttribute("PageView Properties")>
<BrowsableAttribute(True)>
<DescriptionAttribute("An enumeration value which represents the initial Fit Type for the image to be displayed in the Viewer control.")>
Public Property ImageFitType As FitType
'Usage
Dim instance As PageView
Dim value As FitType
instance.ImageFitType = value
value = instance.ImageFitType
[DefaultValueAttribute()]
[CategoryAttribute("PageView Properties")]
[BrowsableAttribute(true)]
[DescriptionAttribute("An enumeration value which represents the initial Fit Type for the image to be displayed in the Viewer control.")]
public FitType ImageFitType {get; set;}
[DefaultValueAttribute()]
[CategoryAttribute("PageView Properties")]
[BrowsableAttribute(true)]
[DescriptionAttribute("An enumeration value which represents the initial Fit Type for the image to be displayed in the Viewer control.")]
public: __property FitType get_ImageFitType();
public: __property void set_ImageFitType(
FitType value
);
[DefaultValueAttribute()]
[CategoryAttribute("PageView Properties")]
[BrowsableAttribute(true)]
[DescriptionAttribute("An enumeration value which represents the initial Fit Type for the image to be displayed in the Viewer control.")]
public:
property FitType ImageFitType {
FitType get();
void set ( FitType value);
}