C# Class Aspose.Words.Examples.CSharp.Loading_Saving.PageSplitter

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void
SplitAllDocumentsToPages ( string folderName ) : void
SplitDocumentToPages ( string docName ) : void

Method Details

Run() public static method

public static Run ( ) : void
return void

SplitAllDocumentsToPages() public static method

public static SplitAllDocumentsToPages ( string folderName ) : void
folderName string
return void

SplitDocumentToPages() public static method

public static SplitDocumentToPages ( string docName ) : void
docName string
return void