Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

ImageSize Property






Gets the size of the current image in the viewer.
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public virtual SizeF ImageSize {get;}
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overridable ReadOnly Property ImageSize As SizeF
'Usage
 
Dim instance As RasterImageViewer
Dim value As SizeF
 
value = instance.ImageSize

            

            
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
virtual property SizeF ImageSize {
   SizeF get();
}

Property Value

The size of the current image in the viewer.
Example
Refer to BorderPadding.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file