Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / Page Class / SaveAsPng Method / SaveAsPng(String,ImageOutputSettings) Method
The output file path.
Options that allow customizing the output image.

In This Topic
    SaveAsPng(String,ImageOutputSettings) Method
    In This Topic
    Saves the page as an image to a file in PNG format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsPng( _
       ByVal filePath As System.String, _
       Optional ByVal options As ImageOutputSettings _
    ) 
    public void SaveAsPng( 
       System.string filePath,
       ImageOutputSettings options
    )

    Parameters

    filePath
    The output file path.
    options
    Options that allow customizing the output image.
    See Also