'Declaration Public Overloads Sub SaveAsBmp( _ ByVal filePath As System.String, _ ByVal viewState As ViewState, _ Optional ByVal options As SaveAsImageOptions _ )
public void SaveAsBmp( System.string filePath, ViewState viewState, SaveAsImageOptions options )
Parameters
- filePath
- The output file path.
- viewState
- The document view state.
- options
- The SaveAsImageOptions object.