ImageGear for .NET
ImageFitType Property




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

Property Value

The FitType enumeration value.
Remarks

The default value is FullWidth

See Also

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback