'Declaration
Public Function New( _ ByVal fileName 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 imageFormat As NImageFormat Dim autoSize As System.Boolean Dim size As NSize Dim resolution As System.Integer Dim instance As New NSaveImageAction(fileName, imageFormat, autoSize, size, resolution)
public NSaveImageAction( System.string fileName, NImageFormat imageFormat, System.bool autoSize, NSize size, System.int resolution )
Parameters
- fileName
- imageFormat
- autoSize
- size
- resolution