Nevron.ThinWeb Namespace / NSaveImageAction Class / NSaveImageAction Constructor / NSaveImageAction Constructor(String,String,NImageFormat,Boolean,NSize,Int32)


NSaveImageAction Constructor(String,String,NImageFormat,Boolean,NSize,Int32)
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As System.String, _
   ByVal tooltip As System.String, _
   ByVal imageFormat As NImageFormat, _
   ByVal autoSize As System.Boolean, _
   ByVal size As NSize, _
   ByVal resolution As System.Integer _
)
 
'Usage
 
Dim fileName As System.String
Dim tooltip As System.String
Dim imageFormat As NImageFormat
Dim autoSize As System.Boolean
Dim size As NSize
Dim resolution As System.Integer
 
Dim instance As New NSaveImageAction(fileName, tooltip, imageFormat, autoSize, size, resolution)

Parameters

fileName
tooltip
imageFormat
autoSize
size
resolution
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also