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